aboutsummaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.html')
-rw-r--r--src/app.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/app.html b/src/app.html
deleted file mode 100644
index 26d754f..0000000
--- a/src/app.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="description" content="A forum for the year 3000">
- <meta name="robots" content="noindex, nofollow" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="theme-color" content="#ffffff">
-
- <title>Forum.</title>
-
- <link rel="manifest" href="/manifest.webmanifest">
-
- %svelte.head%
- </head>
- <body>
- <div id="forum">%svelte.body%</div>
- <noscript>
- <h1>Javascript Required.</h1>
- <p>Please enable Javascript to use this forum.</p>
- </noscript>
- </body>
-</html>