blob: 4cd1447968c3f0c660c605923df2595f67f0a035 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="/dist/background.js"></script>
<title>(wallet bg page)</title>
</head>
<body>
<img id="taler-logo" src="/static/img/icon.png" />
</body>
</html>
|