-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy path404.html
More file actions
16 lines (16 loc) · 727 Bytes
/
404.html
File metadata and controls
16 lines (16 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found :(</title>
<link rel="stylesheet" href="website/styles/404.css">
<link rel="shortcut icon" href="website/web_images/3dlogo.svg" type="image/x-icon">
</head>
<body>
<div class="error404">4<img class="logo" src="website/web_images/2dlogo.svg" alt="Dataverese's Logo">4</div>
<div class="info">Oops! Page not found.</div>
<div class="info" id="detail">We couldn't find the page you requested. It might be unavailable at the moment or have a different URL.</div>
<a href="index.html" class="home">Return to Home</a>
</body>
</html>