gues-kucinako/index.html

12 lines
259 B
HTML
Raw Normal View History

2019-01-22 00:41:13 -08:00
<!DOCTYPE html>
<html>
<head>
<title>Kucinako</title>
2019-01-24 18:45:12 -08:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2019-01-22 00:41:13 -08:00
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>