squiggle/src/index.html

16 lines
357 B
HTML
Raw Normal View History

2020-02-07 15:30:52 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2020-02-13 22:04:13 +00:00
<title>Estiband</title>
2020-02-07 15:30:52 +00:00
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
2020-02-07 16:06:38 +00:00
<link href="./styles/index.css" rel="stylesheet">
2020-02-07 15:30:52 +00:00
<script src="./Index.re" defer></script>
</head>
<body>
<div id="app" style="height: 100%"></div>
</body>
</html>