-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoffline.html
26 lines (24 loc) · 997 Bytes
/
offline.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Multipurpose multilanguage Discord bot with many features for your Discord server. You are not connected to the internet, but why are you even reading this?"
>
<meta name="theme-color" content="#ed8721">
<link rel="alternate" hreflang="de-DE" href="https://tomatenkuchen.com/offline">
<title>TomatenKuchen - Not connected</title>
<link href="/assets/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/assets/images/apple-icon-120.png" rel="apple-touch-icon" sizes="120x120">
<link href="/assets/images/apple-icon-152.png" rel="apple-touch-icon" sizes="152x152">
<link href="/assets/style.css" rel="stylesheet">
</head>
<body>
<div class="center">
<h1>You are offline D:</h1>
<h2>This page doesn't work without an internet connection.</h2>
</div>
</body>
</html>