Use egon templating for the index page

This commit is contained in:
Ken-Håvard Lieng 2016-03-16 23:23:16 +01:00
parent e5057cf227
commit 240392dcae
6 changed files with 41 additions and 44 deletions

View file

@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dispatch</title>
<link href="/bundle.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script id="env" type="application/json"></script>
<script src="/bundle.js"></script>
</body>
</html>