wallet-core/popup/popup.html
Florian Dold ea7fb2d5c8 Revert "html lang"
The changes were incomplete and broke the reserve
creation dialog, reverted for now.

This reverts commit 7c0ca49d03.
2016-03-01 14:05:38 +01:00

21 lines
563 B
HTML

<!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/vendor/lodash.core.min.js"></script>
<script src="../lib/vendor/system-csp-production.src.js"></script>
<script src="../lib/vendor/jed.js"></script>
<script src="../lib/i18n.js"></script>
<script src="../lib/i18n-strings.js"></script>
<script src="../lib/module-trampoline.js"></script>
</head>
<body>
<div id="nav"></div>
<div id="content"></div>
</body>
</html>