13 lines
335 B
HTML
13 lines
335 B
HTML
<!DOCTYPE html>
|
|
<!-- use https://www.dafont.com/cabin.font?text=hey+man+get+off+my+back -->
|
|
<html>
|
|
<head>
|
|
<title>Kucinako</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|