aboutsummaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-03-09 22:43:12 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-03-09 22:43:12 +0100
commitbd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (patch)
treee5f0dcbc14d3009c17e5f562404fe19f6aceab73 /app/index.html
parent862a5f9cdbbda522c608ea63c1e296e81f44de10 (diff)
Update to SvelteKit
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/index.html b/app/index.html
deleted file mode 100644
index 7c4d601..0000000
--- a/app/index.html
+++ /dev/null
@@ -1,24 +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">
-
- <script defer src="./application.js"></script>
-
- <link href="./css/global.css" rel="stylesheet">
- </head>
- <body>
- <noscript>
- <h1>Javascript Required.</h1>
- <p>Please enable Javascript to use this forum.</p>
- </noscript>
- </body>
-</html>