summaryrefslogtreecommitdiff
path: root/popup/popup.html
blob: fbf9c2193db77e077ce41cbeec8dad1d092127f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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="../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>