wallet-core/webextension/static/background.html

12 lines
253 B
HTML
Raw Normal View History

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" />
<script src="/dist/webextension/background.js"></script>
2020-03-30 12:39:32 +02:00
<title>(wallet bg page)</title>
</head>
<body>
<img id="taler-logo" src="/img/icon.png" />
</body>
2016-11-13 23:30:18 +01:00
</html>