feat(web): setup basic svelte-tailwind webapp
This commit is contained in:
+8
-7
@@ -1,15 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>WASM Demo</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<title>Wordle Solver</title>
|
||||
</head>
|
||||
<body>
|
||||
<button id="my-button">Test Solver</button>
|
||||
|
||||
<input id="guess" type="text" value="" />
|
||||
<textarea id="out"></textarea>
|
||||
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user