boyska 1 năm trước cách đây
mục cha
commit
4091020069
1 tập tin đã thay đổi với 8 bổ sung13 xóa
  1. 8 13
      pizzicore/pages/spa.html

+ 8 - 13
pizzicore/pages/spa.html

@@ -2,27 +2,22 @@
 <html>
     <head>
         <title>Eliminacode</title>
-    </head>
-    <body data-cid="0">
-        <div id="app">
-        </div>
-        <script type="module" src="/static/js/spa.js"></script>
-
-    </body>
-    <script type="importmap">
-{ "imports": {
-  "vue":        "/static/js/vue.esm-browser.min.js",
-  "vue-router": "/static/js/vuex.esm-browser.js"
-} }
-</script>
 <style>
 .counter {
     border: 1px solid #ccc;
     margin: 1em 0;
     padding: 1em 0.2em;
     font-size: 8vw;
+    font-family: sans-serif;
 }
 </style>
+    </head>
+    <body data-cid="0">
+        <div id="app">
+        </div>
+        <script type="module" src="/static/js/spa.js"></script>
+
+    </body>
 
 </html>