deno-musings/state-preserve/index.html

7 lines
120 B
HTML
Raw Normal View History

2024-10-11 13:04:47 -04:00
<html>
<head></head>
<body>
<div id="app"></div>
2024-10-12 12:28:41 -04:00
<script type="module" src="preact.js"></script>
2024-10-11 13:04:47 -04:00
</body>
</html>