aboutsummaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-01 14:47:56 +0100
committertg(x) <*@tg-x.net>2016-03-01 14:47:56 +0100
commitcdde6fd03bd4380f274e52c95f51d0cc843e1159 (patch)
tree21a549e9adc7e0b2905f713186f7b6f9d125163b /popup
parent6ee2a1516200cb036271a67e772498ea13f07d9a (diff)
downloadwallet-core-cdde6fd03bd4380f274e52c95f51d0cc843e1159.tar.xz
Revert "Revert "html lang""
This reverts commit ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5.
Diffstat (limited to 'popup')
-rw-r--r--popup/popup.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/popup/popup.html b/popup/popup.html
index c67085c1b..fbf9c2193 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -1,8 +1,12 @@
<!DOCTYPE html>
<html>
+
<head>
<meta charset="utf-8">
- <link rel="stylesheet" href="popup.css" type="text/css">
+
+ <link rel="stylesheet" type="text/css" href="../style/lang.css">
+ <link rel="stylesheet" type="text/css" href="popup.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>
@@ -11,10 +15,10 @@
<script src="../lib/i18n-strings.js"></script>
<script src="../lib/module-trampoline.js"></script>
</head>
+
<body>
-<div id="nav"></div>
-<div id="content"></div>
+ <div id="nav"></div>
+ <div id="content"></div>
</body>
-
</html>