woweb-poc/assets/index.html

12 lines
287 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>
2023-02-23 11:09:27 +00:00
<script src="/index.js"></script>
</body>
</html>