浏览代码

Add mdl to popup

simov 9 年之前
父节点
当前提交
c9f5d8b8ba
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      content/popup.html

+ 3 - 2
content/popup.html

@@ -3,10 +3,11 @@
 <head>
   <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
   <title>Markdown Viewer</title>
+  <link href="/vendor/mdl.min.css" rel="stylesheet" type="text/css" media="all" />
   <link href="/css/popup.css" rel="stylesheet" type="text/css" media="all" />
+  <script src="/vendor/mdl.min.js" type="text/javascript" charset="utf-8"></script>
   <script src="/vendor/mithril.min.js" type="text/javascript" charset="utf-8"></script>
 </head>
-<body>
-</body>
+<body></body>
 <script src="/content/popup.js" type="text/javascript" charset="utf-8"></script>
 </html>