Add ui scaffolding

This commit is contained in:
Daniel Lundin
2019-06-06 19:48:24 +02:00
parent a7dde97c47
commit e0e60f321f
14 changed files with 3246 additions and 14 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='icon' type='image/png' href='favicon.png'>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='bundle.css'>
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>