Initial commit

This commit is contained in:
greg
2019-01-22 00:41:13 -08:00
commit 8deb55fb4e
5 changed files with 188 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Kucinako</title>
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>