damned-fort/index.html

23 lines
538 B
HTML
Raw Normal View History

2024-11-27 07:41:31 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-12-01 01:01:03 +00:00
<title>Damned Fort | NaNoGenMo 2024</title>
2024-11-27 07:41:31 +00:00
</head>
<body>
2024-12-01 01:01:03 +00:00
<div id="header">
</div>
<div id="controls">
<input id="nextPage" type="button" value="Next" />
</div>
<div id="page"></div>
<div id="colophon">
</div>
2024-11-27 07:41:31 +00:00
<script type="module" src="/src/main.js"></script>
2024-12-01 01:01:03 +00:00
2024-11-27 07:41:31 +00:00
</body>
</html>