2019-01-22 00:41:13 -08:00
|
|
|
<!DOCTYPE html>
|
2019-01-25 02:19:22 -08:00
|
|
|
<!-- use https://www.dafont.com/cabin.font?text=hey+man+get+off+my+back -->
|
2019-01-22 00:41:13 -08:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Kucinako</title>
|
2019-01-26 02:49:22 -08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta charset='utf-8' />
|
2021-09-11 23:48:49 -07:00
|
|
|
<link rel="shortcut icon" href="./favicon.png" />
|
2019-01-22 00:41:13 -08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2021-09-11 23:28:33 -07:00
|
|
|
<script type="module" src="./index.js"></script>
|
2019-01-22 00:41:13 -08:00
|
|
|
</body>
|
|
|
|
</html>
|