aboutsummaryrefslogtreecommitdiff
path: root/views/templates/main.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/templates/main.tmpl.html')
-rw-r--r--views/templates/main.tmpl.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/templates/main.tmpl.html b/views/templates/main.tmpl.html
new file mode 100644
index 0000000..b6eeb51
--- /dev/null
+++ b/views/templates/main.tmpl.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>newsstand.nyc</title>
+ <script src="https://unpkg.com/htmx.org@1.9.9" integrity="sha384-QFjmbokDn2DjBjq+fM+8LUIVrAgqcNW2s0PjAxHETgRn9l4fvX31ZxDxvwQnyMOX" crossorigin="anonymous"></script>
+</head>
+<body>
+ <h1>Wello, Horld!</h1>
+</body>
+</html>