WordGrid/ui/src/index.html

13 lines
203 B
HTML
Raw Normal View History

2023-08-05 00:08:25 +00:00
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>hello-wasm example</title>
</head>
<body>
<script src="./index.js" type="module"></script>
2023-08-06 01:59:30 +00:00
2023-08-05 00:08:25 +00:00
</body>
</html>