init repo

This commit is contained in:
Yanzhen Yu
2018-10-17 12:06:18 +08:00
commit 2eed038e6b
10 changed files with 266 additions and 0 deletions

16
public/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='bundle.css'>
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>