WordGrid/ui/src/index.html

12 lines
202 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>
</body>
</html>