aboutsummaryrefslogtreecommitdiff
path: root/404
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2022-01-08 16:49:37 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2022-01-08 16:49:37 +0200
commit24709fa862636702fd0430e832463b751fce323e (patch)
tree8bd4eabbf2c7fe4525f66bfe55e3c47994214d79 /404
parent4e5fe4711fe46a6af740aadbf23bde86bb5acf69 (diff)
downloadLYLLRuoka-24709fa862636702fd0430e832463b751fce323e.tar.gz
LYLLRuoka-24709fa862636702fd0430e832463b751fce323e.zip
Parsing the shifts (not classes) to the database + some GUI improvements
Diffstat (limited to '404')
-rw-r--r--404/index.css3
-rw-r--r--404/index.html16
2 files changed, 0 insertions, 19 deletions
diff --git a/404/index.css b/404/index.css
deleted file mode 100644
index ceb8016..0000000
--- a/404/index.css
+++ /dev/null
@@ -1,3 +0,0 @@
-body {
- padding-top: calc(30vh);
-}
diff --git a/404/index.html b/404/index.html
deleted file mode 100644
index e6771ad..0000000
--- a/404/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>Page not found</title>
- <link href="/index.css" rel="stylesheet" type="text/css">
- <link href="/404/index.css" rel="stylesheet" type="text/css">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body>
- <div class="float-block">
- <h1>404: sivua \(path\) ei löytynyt.</h1>
- <p>Voi myös olla, että sinulla ei ole oikeuksia sivun tarkasteluun tai että palvelimella on tapahtunut virhe. Jos epäilet jälkimmäistä, otathan yhteyttä joel.kronqvist@edu.lohja.fi</p>
- </div>
- </body>
-</html>