-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (23 loc) · 875 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, height=device-height">
<meta name="Content-Language" content="en">
<link rel="stylesheet" href="kairo.css">
<link rel="icon" href="http://home.kairo.at/site-icon.png" type="image/png">
<title>Page Not Found</title>
</head>
<body>
<div class="KaiRoLogo">
<a href="http://www.kairo.at/"><img src="http://home.kairo.at/kairolog_kl.gif"
alt="www.KaiRo.at" title="www.KaiRo.at"
class="KaiRoLogo"></a>
</div>
<h1>KaiRo's Slides: Page Not Found</h1>
<p class="errpagetext">I looked 'round and 'round but this page couldn't be
found.</p>
<p class="errpagetext">Sorry.<br><a href="/">Find the right page from the main
slides list.</a></p>
</body>
</html>