This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (30 loc) · 1.54 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
32
33
34
35
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<title>Wahala | Joint Admissions And Matriculation Board</title>
<link rel="shortcut icon" href="https://jamb-rebuilt.netlify.app/assets/img/logo-mobile.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="https://jamb-rebuilt.netlify.app/assets/sass/main.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<section class="main-404-container flex">
<div class="left-column">
<h1>404</h1>
<p>How on earth did you get here?</p>
<p>This page does not exist... yet.</p>
<p><a href="https://jamb-rebuilt.netlify.app">Go back</a> and await good news, comrade.</p>
</div>
<div class="right-column">
<img src="https://jamb-rebuilt.netlify.app/assets/img/404.gif" alt="GIF">
</div>
</section>
</body>
</html>