瀏覽代碼

index.html

Book Pauk 6 年之前
父節點
當前提交
01a68b58c9
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      server/public/index.html

+ 12 - 0
server/public/index.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0">
+    <title>Liberama</title>
+  </head>
+  <body>
+    <div id="app"></div>
+    <script type=text/javascript src=/bundle.js></script>
+  </body>
+</html>