-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
122 lines (113 loc) · 5.45 KB
/
Copy path404.html
File metadata and controls
122 lines (113 loc) · 5.45 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JulManBOT • Page introuvable</title>
<meta property="og:type" name="og:type" content="website" />
<meta property="og:title" name="og:title" content="JulManBOT • 404 Page non trouvé">
<meta name="description" name="description"
content="JulManBOT est un bot configurable et d'administration avec une aide qui aide 🤣">
<meta name="og:description" property="og:description"
content="JulManBOT est un bot configurable et d'administration avec une aide qui aide 🤣">
<meta property="og:url" name="og:url" content="https://julmanbot.github.io" />
<meta property="og:site_name" name="og:site_name" content="julmanbot.github.io" />
<meta property="og:keywords" name="og:keywords" content="GitHub pages,JavaScrpt,Discord Bot" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://julmanbot.github.io/text-main-links.load.js"></script>
<script src="https://julmanbot.github.io/header.js"></script>
<script src="https://julmanbot.github.io/adl.js"></script>
<link rel="stylesheet" href="https://julmanbot.github.io/fonts/fonts.css">
<link rel="stylesheet" href="https://julmanbot.github.io/header.css">
<link rel="stylesheet" href="https://julmanbot.github.io/index.css">
<style>
h1.title:hover {
color: white;
font-size: 1000%;
color: black;
border-radius: 0px;
transition: .3s all;
}
@media (max-width: 600px) {
h1.title:hover {
font-size: 1000%;
padding: 15px;
color: black;
border-radius: 0px;
transition: .3s all;
}
img.nfi {
width: 300px;
}
}
h1.title {
border-radius: 50px;
padding: 15px;
text-align: center;
margin: auto;
box-sizing: content-box;
vertical-align: middle;
color: rgba(255, 255, 255, 0.8);
width: max-content;
font-size: 1000%;
text-shadow: 0 0 70px black;
transition: .3s all;
}
</style>
</head>
<body>
<header class="doc-head">
<img src="https://cdn.discordapp.com/app-icons/615944185190547456/c54dc2b9b93ca328cb2e399ab20a34c4.png?size=256"
alt="" class="img-round" width="30px">
<text-head>JulManBOT</text-head>
<a href="https://julmanbot.github.io/?invitation=true" class="link">Invitation</a>
<a href="https://julmanbot.github.io/support" class="link">Support</a>
<a href="https://julmanbot.github.io/status" class="link">Status</a>
<button class="login-btn">Mon compte</button>
<ul class="login-dropdown">
<li class="no-css">
Vous n'êtes pas connecté
</li>
<li class="css">
<a style="color: blue;"
href="https://julmanbot.github.io/login?client_id=774580210481627147&target=https://julmanbot.github.io/">Se
connecter</a>
</li>
<li class="no-css"></li>
<li class="no-css"></li>
<li class="no-css" style="margin-top: 20px;">
Powered by Discord ⚡ (Fonctionne avec Discord)
</li>
</ul>
</header>
<div id="content">
<h1 style="text-align: center; font-size: 1.5rem;">Page introuvable</h2>
<h1 class="title">
<img src="https://media1.giphy.com/media/QWFz3HbZpk4aiu9vZC/giphy.gif" alt="404" class="nfi">
</h1>
<div style="position: relative; bottom: 100px;">
<p style="text-align: center; font-size: 130%;">
Euh... Vous êtes perdu ? Cet endroit n'est pas sur la carte !
<br>
<br>
<a href="https://julmanbot.github.io" class="link" style="text-align: center; color: white;">
⏪ Retour à un endroit qui existe.
</a>
</p>
<div
style="background: black; font-family: 'Lucida Console'; border-radius: 15px; padding: 10px; font-size: 0.9rem;">
<div class="text_container" style="margin: 0 auto; width: max-content;">
<h3 style="margin-top: 0; text-transform: none;">Petit poême :</h3>
Le serveur, à cherché,<br>
Dans toutes les pages répertoriés,<br>
Mais, en tombant sur ce code,<br>
Le serveur a planté,<br>
Il ne faut pas qu'il abondonne,<br>
Pour plus trouver,<br>
Les pages demandés.<br>
</div>
</div>
</div>
</div>
</body>
</html>