Explorar o código

Add mdl to popup

simov %!s(int64=9) %!d(string=hai) anos
pai
achega
c9f5d8b8ba
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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>