diff options
| author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2022-01-08 16:49:37 +0200 | 
|---|---|---|
| committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2022-01-08 16:49:37 +0200 | 
| commit | 24709fa862636702fd0430e832463b751fce323e (patch) | |
| tree | 8bd4eabbf2c7fe4525f66bfe55e3c47994214d79 /Cont/404/index.html | |
| parent | 4e5fe4711fe46a6af740aadbf23bde86bb5acf69 (diff) | |
| download | LYLLRuoka-24709fa862636702fd0430e832463b751fce323e.tar.gz LYLLRuoka-24709fa862636702fd0430e832463b751fce323e.zip  | |
Parsing the shifts (not classes) to the database + some GUI improvements
Diffstat (limited to 'Cont/404/index.html')
| -rw-r--r-- | Cont/404/index.html | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/Cont/404/index.html b/Cont/404/index.html new file mode 100644 index 0000000..5b01684 --- /dev/null +++ b/Cont/404/index.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html lang="fi"> +	<head> +		<meta charset="utf-8"> +		<title>Page not found</title> +		<link href="/index.css" rel="stylesheet" type="text/css"> +		<link href="/non-main.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ä palvelimella on tapahtunut virhe. Jos epäilet jälkimmäistä, otathan yhteyttä palvelusta vastaaviin henkilöihin.</p> +		</div> + +		<a class="back" href="/"><img src="/Images/back.png" alt="Takaisin etusivulle"></a> + +		<footer> +			<a href="https://www.github.com/JoelHMikael/FoodJS">Lähdekoodi</a> +			<span>|</span> +			<a href="/devs">Ota yhteyttä</a> +		</footer> + +	</body> +</html>  | 
