-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path50x.html
More file actions
41 lines (32 loc) · 954 Bytes
/
50x.html
File metadata and controls
41 lines (32 loc) · 954 Bytes
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
<html>
<head>
<title>DodoCodes will be right back</title>
<meta http-equiv="refresh" content="10">
</head>
<body>
<h1>DodoCodes.com is down!</h1>
<h3><a href="https://discord.com/invite/kE6VxdV/login" class="btn btn-primary btn-lg" target="_blank">Come Chat on
Discord</a></h3>
<a target="_blank" href="https://discord.gg/dodocodes">
<img alt="Discord"
src="https://img.shields.io/discord/691341023150080031?label=Chat&style=for-the-badge&logo=discord">
</a>
<br>
DodoCodes.com is having some issues right now. This page will refresh when the website comes back online.
<br />
Thank you for your patience
<br>
::CLOUDFLARE_ERROR_500S_BOX::
<style>
body {
font-size: 25px;
text-align: center;
background-color: #072030
}
a,
body {
color: #fff
}
</style>
</body>
</html>