woweb-poc/woweb/assets/index.html

12 lines
301 B
HTML
Raw Normal View History

2023-02-23 12:09:27 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-02-23 12:45:41 +01:00
<title>Woweb Playground</title>
2023-02-23 12:09:27 +01:00
</head>
2023-02-23 14:07:36 +01:00
<body>
2023-02-23 12:45:41 +01: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 12:09:27 +01:00
</body>
</html>