This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
forked from CryBlanka/watchguildeddie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
48 lines (43 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Watch Guilded Die</title>
<meta property="og:title" content="Watch Guilded Die">
<meta property="og:description" content="We don't want Roblox to control our freedom.">
<meta property="og:image" content="https://watch-guilded-die.lol/favicon.png" />
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta property="og:type" content="website">
<meta name="theme-color" content="#F5C400">
<meta name="google-site-verification" content="AnF7xLgKyMOHyDSvhxzUbqhuinQUrH6AefoBNqthhyo" />
<link rel="icon" type="image/png" href="https://watch-guilded-die.lol/favicon.png">
<link rel="stylesheet" href="https://watch-guilded-die.lol/styles.css">
<meta property="og:url" content="https://example.com">
</head>
<div class="container" id="error">
<h3>Is that the 404?</h3>
<p>
Well I guess the page that you were looking for is non-existent just like Guilded's email login.
</p>
<button class="gil-button" onclick="redirectToLink('/')">Home</button>
</div>
<div class="container" id="ownership">
<p>
This site has been made with love by <b>YumYummity in Canada</b> and <b>Blanka in Poland</b> 💜<br>
Want to contribute? You can do it <a href="https://github.com/CryBlanka/cryblanka.github.io">here</a>!<br>
Courtesy of <a href="https://blanka.lol">blanka.lol</a>
</p>
</div>
<script>
function redirectToLink(url) {
if (url) {
window.location.href = url;
} else {
window.location.href = '/';
}
}
</script>
</body>
</html>