-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror404.html
More file actions
20 lines (20 loc) · 773 Bytes
/
error404.html
File metadata and controls
20 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Error404</title>
<link rel="icon" href="img/favicon2.png">
</head>
<body>
<strong>
<h3 style="text-align: center; margin: 0;">Error</h3>
<h1 style="text-align: center; margin: 0; font-size: 200px">404</h1>
<hr>
<h3 style="text-align: center; margin: 0;">Page not found</h3>
<br/> <br/>
<h3 style="text-align: center; margin: 0;">This is a prototype. Some features will be functional in the next revisions. :)</h3>
<h3 style="text-align: center; margin: 0;">Do you want to go back to the <a href="./">main page</a>?</h3>
</strong>
</body>
</html>