forked from aroberge/reeborg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
29 lines (27 loc) · 825 Bytes
/
404.html
File metadata and controls
29 lines (27 loc) · 825 Bytes
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
29
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Free Interactive Programming Tutorials">
<meta name="keywords" content="JavaScript,Python,Programming">
<meta name="author" content="André Roberge">
<meta name="license" content="CC BY-NC-SA 3.0">
<style>img {
position: absolute;
top: 50%;
left: 50%;
width: 384px;
height: 254px;
margin-top: -127px;
margin-left: -192px;
}
h1{text-align: center}
</style>
<title>Lost in Reeborg's world</title>
</head>
<body>
<h1>I'm lost! I want to go <a href="http://reeborg.ca/index_en.html">home</a>!</h1>
<h1>Je suis perdu! Je veux retourner à <a href="http://reeborg.ca/index_fr.html">l'accueil !</a></h1>
<img src="http://reeborg.ca/src/images/ouch.png" alt="Lost" style="display: block; margin:auto;">
</body>
</html>