Skip to content

Commit d969351

Browse files
author
Senne Deproost
committed
Added 404 page
1 parent 6cad09e commit d969351

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html style="background-color: black;">
3+
<head>
4+
<title>W3.CSS Template</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
9+
<link href="/fonts/gotham.otf" rel="stylesheet" type="otf">
10+
<link rel="stylesheet" href="style.css">
11+
<script src="/js/navbar.js"></script>
12+
</head>
13+
<body>
14+
15+
<!-- The App Section -->
16+
<div class="w3-padding-64 w3-black w3-animate-under">
17+
<div class="w3-center">
18+
<h1 class="w3-xlarge w3-padding-64">Error 404: page not found</h1>
19+
<img src="img/404.PNG" style="width:80%; max-width: 700px;">
20+
</div>
21+
</div>
22+
23+
24+
25+
26+
</body>
27+
</html>

img/404.PNG

191 KB
Loading

0 commit comments

Comments
 (0)