aboutsummaryrefslogtreecommitdiff
path: root/404/index.html
diff options
context:
space:
mode:
Diffstat (limited to '404/index.html')
-rw-r--r--404/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/404/index.html b/404/index.html
index ea9660a..e6771ad 100644
--- a/404/index.html
+++ b/404/index.html
@@ -4,9 +4,13 @@
<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>
- <h1>404: Page not found at \(path\).</h1>
- <p>):</p>
+ <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>