wallet-core/webextension/static/popup.html

16 lines
364 B
HTML
Raw Normal View History

2016-11-13 23:30:18 +01:00
<!DOCTYPE html>
<html>
2020-03-30 12:39:32 +02:00
<head>
<meta charset="utf-8" />
2016-11-13 23:30:18 +01:00
2020-03-30 12:39:32 +02:00
<link rel="stylesheet" type="text/css" href="../style/wallet.css" />
<link rel="stylesheet" type="text/css" href="popup.css" />
2016-11-13 23:30:18 +01:00
<script src="/dist/webextension/pageEntryPoint.js"></script>
2020-03-30 12:39:32 +02:00
</head>
2016-11-13 23:30:18 +01:00
2020-03-30 12:39:32 +02:00
<body>
<div id="container" style="margin: 0; padding: 0;"></div>
</body>
2016-11-13 23:30:18 +01:00
</html>