-
Notifications
You must be signed in to change notification settings - Fork 60
/
404.html
28 lines (27 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="author" content="Simran Thind and Janakitti Ratana-Rueangsri">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 - SE Webring</title>
<link rel="icon" href="./assets/logo/logo_bg_b.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap">
<link rel="stylesheet" href="./se-webring.css">
</head>
<body>
<div class="sticky" id="seWebringLogo">
<a href="https://github.com/simcard0000/se-webring" target="_blank">
<img src="./assets/logo/logo_bg_b.png" alt="SE Webring repository link" width="50" height="50">
</a>
</div>
<div id="centeredContent">
<noscript>
<p>Sorry, this website needs JavaScript to run. Please enable running scripts for this website in your browser.</p>
</noscript>
<p>404 - the page you requested was not found.<a href="https://se-webring.xyz/"> [Go back ❯]</a></p>
</div>
</body>
</html>