mi-v1/static/index.html

19 lines
550 B
HTML
Raw Normal View History

2020-01-12 19:05:49 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Mi</title>
<link type="text/css" rel="stylesheet" href="/static/gruvbox.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="/static/main.js"></script>
</head>
<body id="top">
<main>
<script>var app = Elm.Main.init();</script>
<footer>
<p><a href="https://christine.website">From Within</a> - <a href="#top">Go to the top</a></p>
</footer>
</main>
</body>
</html>