Rename html template

This commit is contained in:
Valentin Brandl
2019-07-28 21:51:17 +02:00
parent c53146f286
commit 05c0a5b7eb
3 changed files with 18 additions and 2 deletions

16
frontend/template.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Main</title>
</head>
<body>
<div id="elm-${SHA1}"></div>
<script src="./scripts/gitcdn-${SHA1}.min.js">
</script>
<script>
var app = Elm.Main.init({ node: document.getElementById("elm-${SHA1}") });
</script>
</body>
</html>