-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path50x.html
27 lines (25 loc) · 1.04 KB
/
50x.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
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Yamka - Server Error">
<meta property="og:description" content="Private, free and secure messenger">
<meta property="og:image" content="https://yamka.app/logo.png">
<meta name="theme-color" content="#a33ce7">
<link rel="stylesheet" type="text/css" href="/styles/default.css"/>
<link rel="stylesheet" type="text/css" href="/styles/landing.css"/>
<title>Yamka | Stop being the product | Server Error</title>
</head>
<body>
<div id="navbar">
<img class="logo" src="logo.png"></img>
<a href="/">Home</a>
<a href="/download">Download</a>
<a href="/legal">Legal</a>
<a href="https://docs.yamka.app">Developers</a>
</div>
<div class="main-container violet">
<span id="slogan" class="grad">5xx server error</span>
</div>
</body>
</html>