woweb-poc/woweb/assets/index.html

12 lines
301 B
HTML
Raw Normal View History

2023-02-23 11:09:27 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-02-23 11:45:41 +00:00
<title>Woweb Playground</title>
2023-02-23 11:09:27 +00:00
</head>
2023-02-23 13:07:36 +00:00
<body>
2023-02-23 11:45:41 +00:00
<textarea id="doctext" name="story" rows="5" cols="33">Things just happen, what the hell.</textarea>
<script type="module" src="/index.js"></script>
2023-02-23 11:09:27 +00:00
</body>
</html>