]> git.r.bdr.sh - rbdr/forum/blobdiff - app/index.html
Add svelte frontend
[rbdr/forum] / app / index.html
diff --git a/app/index.html b/app/index.html
new file mode 100644 (file)
index 0000000..7dad472
--- /dev/null
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name="description" content="A forum for the year 3000">
+    <meta name="robots" content="noindex, nofollow" />
+
+    <title>Forum.</title>
+
+    <script defer src="./application.js"></script>
+
+    <link href="./css/style.css" rel="stylesheet">
+  </head>
+  <body>
+  </body>
+</html>