-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
54 lines (49 loc) · 2.36 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
<!doctype html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/discord-theme@1.1.8/js/main.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/discord-theme@1.1.8/css/main.min.css">
<script type="text/javascript" src="./arc-sw.js"></script>
<script async src="https://arc.io/widget.min.js#H1e27HJX"></script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" rel="stylesheet">
<!-- main.css -->
<link rel="stylesheet" href="./style.css">
<!--site Title-->
<title>Discord Profile Card - 404</title>
<link rel="shortcut icon" type="image/x-icon" href="https://theme.zdassets.com/theme_assets/678183/3740d47fc0cd2cdbd7a1655234d6b85b6789e827.png" />
<meta property="og:title" content="The Birf's Profile - 404" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hawkscord.dev/404" />
<meta property="og:image" content="https://hawkscord.tk/thumbnail.png" />
<meta property="og:description" content="Official Discord Profile by Just Official Hawks for Just Official Hawks" />
<meta name="theme-color" content="#7289DA">
<!-- Include this to make the og:image larger -->
<meta name="twitter:card" content="summary_large_image">
<meta http-equiv="refresh" content="5; url='/'" />
</head>
<body>
<center>
<img src="404.png" alt="404" class="center">
<p style="font-size:14px; color:#7289DA;">
Redirecting in...
<span id="countdown">5</span>
<span style="color: #7289DA">seconds </span>
</p>
<a href="/" class="dbtn">Or Click Me</a>
</center>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
<noscript>Please enable JavaScript</noscript>
<script src="404.js"></script>
</body>