-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
35 lines (28 loc) · 1.2 KB
/
404.html
File metadata and controls
35 lines (28 loc) · 1.2 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
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jiayi Software</title>
<!-- 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=Fragment+Mono:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="games ⣿ modding ⣿ more">
<!-- social media tags -->
<meta property="og:title" content="Jiayi Software">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jiayi.phased.tech">
<meta property="og:image" content="https://jiayi.phased.tech/assets/jiayi.png">
<meta property="og:description" content="games ⣿ modding ⣿ more">
</head>
<body>
<h1>404 -- there's no page here</h1>
<div class="huge-spacer"></div>
<main>
<p>
<a href="/">< return</a>
</p>
</main>
</body>
</html>