2023-08-04 17:08:25 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-08-05 19:24:15 -07:00
|
|
|
<link rel="stylesheet" href="style.less" />
|
|
|
|
<title>Word Grid</title>
|
2023-08-04 17:08:25 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-05 21:55:16 -07:00
|
|
|
<script src="index.tsx" type="module"></script>
|
2023-08-05 19:24:15 -07:00
|
|
|
<div id="root"></div>
|
2023-08-04 17:08:25 -07:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|