-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path404.html
60 lines (60 loc) · 2.98 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
55
56
57
58
59
60
<!DOCTYPE HTML>
<html lang=en><head>
<title>Page Not Found</title>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=stylesheet type=text/css href=https://SKCro.github.io/WebTV-HD/css/style.css>
<link rel=stylesheet type=text/css href=https://SKCro.github.io/WebTV-HD/css/service.css>
<link rel=stylesheet type=text/css href=https://SKCro.github.io/WebTV-HD/css/home.css>
<script src=https://SKCro.github.io/WebTV-HD/js/main.js></script>
<script>
function snortAsbestos(){
const smoke=document.querySelector('.smoke');
const currentAnimation=window.getComputedStyle(smoke).getPropertyValue('animation');
smoke.style.animation=currentAnimation?currentAnimation+',fadeOut 250ms linear forwards':'fadeOut 250ms linear forwards';
setTimeout(function(){
go('https://skcro.github.io/WebTV-HD/wtv-home/home.html');
window.open('https://www.youtube.com/watch?v=THc1X-kEX4E','_blank');
},200);
}
function asbestos(){
document.body.style.visibility='hidden';
document.title='asbestos';
setTimeout(function(){
const headerContent=document.head.innerHTML;
while(document.body.firstChild){document.body.removeChild(document.body.firstChild);}
document.body.style.visibility='visible';
const asbesto=document.createElement('div');
asbesto.innerHTML=String.raw`
<audio id=1 src=https://SKCro.github.io/WebTV-HD/audio/asbestos.mp3 preload=auto></audio>
<audio id=errorSound src=https://SKCro.github.io/WebTV-HD/audio/error.mp3 preload=auto></audio>
<audio id=submitSound src=https://SKCro.github.io/WebTV-HD/audio/submitClick.mp3 preload=auto></audio>
<div class=smoke></div>`;
document.body.appendChild(asbesto);
document.head.innerHTML=headerContent;
const a=document.getElementById('1');
a.play();
const b=setInterval(function(){
if(a.currentTime>=a.duration-2){
clearInterval(b);
showCustomAlert('WebTV ran into a mesotheleoma problem. You may be entitled to financial compensation.','none','none',`snortAsbestos();`);
}
},100);
},500);
}
</script>
</head><body>
<nav class=sidebar style=background-color:#3c3c56>
<div class=sidebar-contents aria-role=navigation>
<img class="sidebar-logo clickable" src=https://SKCro.github.io/WebTV-HD/images/WebTVJewel.svg alt="WebTV Logo" onclick=go('https://SKCro.github.io/WebTV-HD/wtv-home/home.html')>
<div class="sidebar-border home"></div>
</div><div class="bottom-right-image error"></div>
</nav>
<main class=main-content>
<h1>Page Not Found</h1>
<p>WebTV could not find the page requested. If you followed a link or used a bookmark to get here, the content you're looking for may have been moved or deleted.</p>
<p>If you got here by manually specifying a page via <code>?page=</code>, make sure you spelled the path correctly.</p>
<button class="asbestos submit" onclick=asbestos()>asbestos</button>
<hr class=border>
<button class="submit ButtonBorder2" onclick=go('https://SKCro.github.io/WebTV-HD/wtv-home/home.html');>Home</button>
</main></body></html>