-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
45 lines (45 loc) · 1.76 KB
/
Copy path404.html
File metadata and controls
45 lines (45 loc) · 1.76 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Not Found - Fsh PT</title>
<meta property="og:title" content="404 Not Found - Fsh PT">
<meta name="twitter:title" content="404 Not Found - Fsh PT">
<meta name="description" content="Fsh PT, an alternative user and application api ui.">
<meta property="og:description" content="Fsh PT, an alternative user and application api ui.">
<meta name="twitter:description" content="Fsh PT, an alternative user and application api ui.">
<!-- ------- -->
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://fsh.plus/favicon.ico" type="image/vnd.microsoft.icon">
<meta property="og:image" content="https://fsh.plus/favicon.ico">
<meta property="og:image:alt" content="Fsh logo">
<meta name="twitter:image" content="https://fsh.plus/favicon.ico">
<meta name="theme-color" content="#a89c9b">
<!-- ------- -->
<link rel="stylesheet" href="https://fsh.plus/media/style.css">
<script src="https://account.fsh.plus/script.js"></script>
<!-- ------- -->
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100dvw;
height: 100dvh;
overflow: hidden;
}
</style>
</head>
<body>
<main>
<h1>404 Not Found</h1>
<p>The page you were searching for was not found.</p>
<a href="/"><button>Return</button></a>
</main>
</body>
</html>