oasis-server/html/page_template.html
Nathan Anderson ed29333a87 WIP server
2023-08-13 22:44:10 -06:00

17 lines
293 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</html>
<script src="https://unpkg.com/htmx.org@1.9.4"
integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV" crossorigin="anonymous"></script>
</head>
<body>
<h1>Hello there!!</h1>
</body>
</html>