wallet-core/src/popup/popup.html

27 lines
665 B
HTML
Raw Normal View History

2016-11-13 23:30:18 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style/lang.css">
<link rel="stylesheet" type="text/css" href="popup.css">
<script src="/src/vendor/react.js"></script>
<script src="/src/vendor/react-dom.js"></script>
<script src="/src/vendor/URI.js"></script>
<script src="/src/vendor/jed.js"></script>
<script src="/src/i18n.js"></script>
<script src="/src/i18n/strings.js"></script>
<script src="/src/vendor/system-csp-production.src.js"></script>
2016-11-19 16:33:29 +01:00
<script src="/src/moduleTrampoline.js"></script>
2016-11-13 23:30:18 +01:00
</head>
<body>
<div id="content" style="margin:0;padding:0"></div>
</body>
</html>