-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (29 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="author" content="Simran Thind">
<meta name="description" content="Simran's personal website!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 - Simran Thind</title>
<link rel="icon" type="image/png" href="./assets/site-icons/sparkle-site-icon-static.png">
<link rel="apple-touch-icon" type="image/png" href="./assets/site-icons/sparkle-site-icon-static.png">
<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=Inter:wght@300;600;800&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="page-styles.css">
</head>
<body>
<div id="mainBox">
<div id="mainBoxContent">
<div id="textHalf">
<div id="scrollPad">
<h1>Simran Thind</h1>
<p>404 - page not found. <a href="https://simranthind.me/">Go back?</a></p>
</div>
</div>
</div>
</div>
</body>
</html>