11 lines
182 B
HTML
11 lines
182 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kucinako</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|