diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:18:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:18:09 +0200 |
| commit | f088a6594c15951b85a56129944afa51a62dc765 (patch) | |
| tree | e49f3f8d60d4f78c3e7591d34ff8b15ae673351c /index.html | |
| parent | 58f7d52150456713d3132408668a92d0f6f3d084 (diff) | |
Update the config
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 27e22c7..0000000 --- a/index.html +++ /dev/null @@ -1,21 +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 type="module" src="/src/forum.js"></script> - </head> - <body> - <noscript> - <h1>Javascript Required.</h1> - <p>Please enable Javascript to use this forum.</p> - </noscript> - </body> -</html> |