Source and server for serving built files.

This commit is contained in:
2019-01-07 23:15:36 +01:00
parent 6967541ba1
commit 7d0293a818
7 changed files with 148 additions and 0 deletions

12
src/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Leifsopplevelser</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>