This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
404.html
78 lines (75 loc) · 3.78 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meower | 404</title>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/fonts.css">
<link rel="icon" href="/images/assets/meowy.svg">
<link rel="canonical" href="https://meower.org">
<link rel="apple-touch-icon" sizes="512x512" href="/images/assets/safari-touch-512.png">
<meta name="theme-color" content="#181818">
<meta name="background-color" content="#181818">
<meta name="apple-mobile-web-app-title" content="Meower | 404">
<meta property="og:title" content="Meower | 404">
<meta name="author" content="Meower Media">
<meta property="og:title" content="Meower | 404">
<meta property="og:image" content="/images/assets/safari-touch-512.png">
<meta property="og:url" content="https://meower.org">
</head>
<body>
<div class="page">
<div class="hero">
<div class="hero-header">
<div class="header-logo">
<a href="../">
<img src="/images/meowerlogo-white.svg" width="200px" alt="meower">
<span style="display: none;">Meower</span>
</a>
</div>
<div class="header-links">
<a class="header-link" href="https://app.meower.org"><img src="/images/icons/rocket.svg" width="20px" alt="icon"><span>Launch</span></a>
<a class="header-link" href="about"><img src="/images/icons/help-circle.svg" width="20px" alt="icon"><span>About</span></a>
<a class="header-link" href="legal"><img src="/images/icons/scale.svg" width="20px" alt="icon"><span>Legal</span></a>
<a class="header-link" href="https://github.com/meower-media" target="_blank"><img src="/images/icons/github.svg" width="20px" alt="icon"><span>Github</span></a>
</div>
</div>
</div>
<div class="main">
<span class="span-header">404 | Not Found</span>
<span class="span-p">Whoops! It looks like you followed an invalid link... Or, you were just looking for cat pictures.</span>
<div class="moderators">
<img src="/images/assets/cat_disks.jpg" style="width: 30vw;border-radius: 5px;box-shadow: 0 0 10px rgba(0,0,0,.1);">
</div>
</div>
<div class="footer">
<div class="footer-logo">
<a href="../">
<img src="/images/meowerlogo-white.svg" width="200px" alt="meower">
<span style="display: none;">Meower</span>
</a>
<span>© 2020 - 2024 Meower Media </span>
</div>
<div class="footer-links">
<div class="link-sec">
<span class="span-h3">Developers</span>
<a href="https://docs.meower.org/" target="_blank">Docs</a>
<a href="https://github.com/meower-media" target="_blank">Github</a>
<a href="https://status.meower.org/" target="_blank">Status</a>
<a href="https://github.com/MikeDev101/cloudlink" target="_blank">CloudLink</a>
<a href="https://github.com/meower-media/api-client" target="_blank">api-client</a>
</div>
<div class="link-sec">
<span class="span-h3">App</span>
<a href="/">Homepage</a>
<a href="/about">About</a>
<a href="/legal">Legal</a>
<a href="/export">Data Export</a>
<a href="mailto:support@meower.org">Contact</a>
</div>
</div>
</div>
</div>
</body>
</html>