aboutsummaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..7dad472
--- /dev/null
+++ b/app/index.html
@@ -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>