wallet-core/extension/popup/popup.html

18 lines
379 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css" type="text/css">
<script src="../lib/vendor/mithril.js"></script>
<script src="../lib/i18n.js"></script>
<script src="../lib/vendor/lodash.core.min.js"></script>
<script src="popup.js"></script>
</head>
<body>
<div id="nav"></div>
<div id="content"></div>
</body>
</html>