-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (25 loc) · 1.13 KB
/
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
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="img/favicon.png">
<title>Wahala | University of Lagos Engineering Society</title>
<!-- Stylesheet -->
<link rel="stylesheet" type="text/css" href="sass/main.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700;800;900&family=Questrial&display=swap" rel="stylesheet">
<!-- Icons -->
<script src="https://kit.fontawesome.com/16160946ec.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="page-404-overall-container">
<img src="img/404page-image-1.gif" alt="Hewooooooooooooooooo" class="monkey-gif">
<h1>Windows ti Crash</h1>
<h2>Omoooooo <span>404</span> leleyi</h2>
<img src="img/404page-image-2.jpg" alt="What's your problem in this life?" class="frowning">
<p>Be like sey you go <a href="news.html">skip</a> this page cos omo! Wetin you dey find sef?</p>
</section>
</body>
</html>