2023-08-05 00:08:25 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-08-06 02:24:15 +00:00
|
|
|
<link rel="stylesheet" href="style.less" />
|
|
|
|
<title>Word Grid</title>
|
2023-08-05 00:08:25 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="./index.js" type="module"></script>
|
2023-08-06 02:24:15 +00:00
|
|
|
<div id="root"></div>
|
2023-08-05 00:08:25 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|