-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (32 loc) · 1.36 KB
/
404.html
File metadata and controls
32 lines (32 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Priya Rana - 404</title>
<meta charset="UTF-8">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="style"
href="https://fonts.googleapis.com/css?family=Noto+Sans|Fira+Mono&display=swap" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Noto+Sans|Fira+Mono&display=swap"
media="print" onload="this.media='all'" />
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Fira+Mono&display=swap"
rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css"
rel="stylesheet">
<link href="../css/main.css" rel="stylesheet" type="text/css">
<link href="../css/404page.css" rel="stylesheet" type="text/css">
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Noto+Sans|Fira+Mono&display=swap" />
</noscript>
</head>
<body>
<div class="content">
<div class="glitch" data-text="OOPS">OOPS</div>
<p class="error-message">Error 404: Page Not Found</p>
<p class="return-home">
<a href="/">Return Home</a>
</p>
</div>
</body>
</html>