generated from retoor/boeh
feat: add initial index.html template with Metriki title and static JS include
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Metriki</title>
|
||||||
|
<script src="/static/metriki.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Metriki</h1>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user