-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy patherror.html
58 lines (53 loc) · 2.33 KB
/
error.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
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title class="trn">what m+ garbage do i have to deal with this week?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Your quick guide to all things mythic plus. Check this week's affixes, get loot information, browse curated addons and find groupfinding Discords!">
<meta name="keywords" content="mythic+,mythic_plus,mythic_+,world of warcraft, mythic dungeons,warcraft,mythic plus, legion, warlords, keystone, keystone affixes, affixes, keystones">
<meta property="og:title" content="what m+ garbage do i have to deal with this week?">
<meta property="og:type" content="website">
<meta property="og:site_name" content="mythicpl.us">
<meta property="og:url" content="https://mythicpl.us/">
<meta property="og:image" content="https://mythicpl.us/assets/img/share-icon.png">
<meta property="og:description" content="What mythic plus garbage do we have to deal with this week? https://mythicpl.us">
<style>
#home{
overflow: hidden;
display: block
}
#home>* {
z-index: 1;
top: 0
}
#home>canvas {
z-index: -1;
position: absolute;
left: 0
}
#home,
#home>* {
position: relative
}
</style>
</head>
<body id="home">
<main class="main" id="this_week">
<section class="atf content-block">
<article class="affixes">
<h1 class="title title--large">404 - Page not found!</h1>
<h3 style="text-align:center" id="quote"></h3>
<h3 style="text-align:center"><a href="https://mythicpl.us"><img height="40px" width="40px" src="https://i.imgur.com/BiuLaS2.png" alt-text="Hearthstone"></a></h3>
</article>
</section>
</main>
<canvas id="confetti"></canvas>
</body>
<link rel="stylesheet" href="https://mythicpl.us/assets/css/style.css">
<script>
var myArray = ['This page was not prepared!', 'Me no that kind of orc.', 'This 404 is merely a setback!', 'Work is da poop!','Mrglglglgrlglglll!', 'Thrall\'s balls! It looks like you\'re lost!'];
var rand = myArray[Math.floor(Math.random() * myArray.length)];
document.getElementById('quote').innerHTML += rand + ' Use your hearthstone and head back home.' ;
</script>
</html>