2016-11-13 23:30:18 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-03-30 12:39:32 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2020-08-10 18:49:23 +02:00
|
|
|
<script src="/dist/background.js"></script>
|
2020-03-30 12:39:32 +02:00
|
|
|
<title>(wallet bg page)</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-08-10 18:49:23 +02:00
|
|
|
<img id="taler-logo" src="/static/img/icon.png" />
|
2020-03-30 12:39:32 +02:00
|
|
|
</body>
|
2016-11-13 23:30:18 +01:00
|
|
|
</html>
|