-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.html
49 lines (44 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="Description goes here">
<meta name="keywords" content="Discord Bot, Mai, Mai Sakurajima, Aobuta, Anime">
<meta name="author" content="Sakurajimai#6742">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="https://cdn.discordapp.com/emojis/757869043117064223.png?v=1" />
<!--Stylesheets-->
<link rel="stylesheet" href="https://mai-san.ml/src/css/main.css">
<link rel="stylesheet" href="https://mai-san.ml/src/css/404.css">
<!--------------->
<title> Mai | Page Not Found </title>
<script src="https://mai-san.ml/src/javascript/jquery/jquery-3.5.1.js"></script>
<script src="https://mai-san.ml/src/javascript/main.js"></script>
<script>
$(function(){
setTimeout(function(){
$('.body-404-container img').slideUp(300)
}, 9000);
});
</script>
</head>
<body>
<div class="body-404">
<div class="body-404-container">
<img src="https://mai-san.ml/src/images/Mai-crying.png" alt="">
<div class="body-404-information">
<h1>404</h1>
<h2>There's Nothing Here</h2>
<p>
Unfortunately, that page does not exist at all. <br>
If someone gave you this link, you've been trolled!
</p>
<p class="quoted-text">
「 Perhaps Mai was here, but she just became invisible due to her puberty syndrome. If so then you're too late. 」
</p>
<p> <a href="https://mai-san.ml">Back to Home</a> </p>
</div>
</div>
</div>
</body>
</html>