-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
56 lines (54 loc) · 2.9 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!--Metadata-->
<meta charset="utf-8">
<title>Ryuuganime</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="og:title" content="Ryuuganime" />
<meta name="og:description" content="We will back!" />
<meta name="description" content="We will back!">
<meta name="twitter:description" content="We will back!">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ryuuganime" />
<meta name="author" content="Ryuuganime">
<meta content="general" name="rating"/>
<meta content="us" name="geo.country"/>
<meta content="United States" name="geo.placename"/>
<meta content="global" name="distribution"/>
<meta content="en_US" property="og:locale"/>
<meta content="en_US" property="og:locale:alternate"/>
<meta name="og:image" content="/assets/og_images.png" />
<meta name="twitter:image" content="/assets/og_images.png" />
<!-- Favicons-->
<meta name="msapplication-TileColor" content="#EB3349" />
<meta name="theme-color" content="#EB3349" />
<!-- Import -->
<link rel="stylesheet" type="text/css" media="screen" href="src/css/w3.css">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="display-middle">
<div class="w3-display-container">
<div class="w3-display-middle">
<img src="src/media/logo/plainWhite.svg" alt="Ryuuganime (Logo)" width="450">
<div class="w3-white w3-round-medium">
<p class="center fieryRed"><strong>ZEN</strong></p>
</div>
<hr class="w3-border-white w3-margin-bottom">
<div class="w3-container w3-center">
<p><i>Oof</i>, unfortunately the site is in maintenance</p>
<p>But, don't worry, <b>we'll be back!</b> In the meantime, checkout our social media for more information & news:</p>
</div>
<div class="w3-content w3-center">
<a href="https://discord.gg/RGueZ79" alt="Discord Server" title="Discord Server" class="w3-button w3-white w3-hover-white w3-round-medium"><span class="fieryRed"><i class="fab fa-discord"></i> Discord</span></a>
<a href="https://github.com/ryuuganime" alt="GitHub" title="GitHub" class="w3-button w3-white w3-hover-white w3-round-medium"><span class="fieryRed"><i class="fab fa-github-alt"></i> GitHub</span></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>