-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (42 loc) · 1.43 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 property="og:image" content="https://1.bp.blogspot.com/-vGAsvGCeEtI/X9saQF5h0aI/AAAAAAAABVs/8otJHpnnwB0UY6BwEwGrkGKCM1ppgMAwACLcBGAsYHQ/h4x0r.png">
<link rel="shortcut icon" href="https://1.bp.blogspot.com/-vGAsvGCeEtI/X9saQF5h0aI/AAAAAAAABVs/8otJHpnnwB0UY6BwEwGrkGKCM1ppgMAwACLcBGAsYHQ/h4x0r.png"/>
<link rel="icon" type="image/png" href="https://1.bp.blogspot.com/-vGAsvGCeEtI/X9saQF5h0aI/AAAAAAAABVs/8otJHpnnwB0UY6BwEwGrkGKCM1ppgMAwACLcBGAsYHQ/h4x0r.png"/>
<html oncontextmenu="return false;" onkeypress="return false;" onkeydown="return false;" onkeyup="return false;">
<title>404 Not Found</title>
</head>
<style type="text/css">
*:focus {outline:none;}
body {
background: black;
color: #fff;
font-family: 'Open Sans', sans-serif;
text-align: center;
margin: 30px;
overflow:hidden;
}
.fa-5, h2 {
font-size: 12em;
font-weight: 600;
display:inline-block;
margin: 0;
}
.adu{
background: transparent;
}
</style>
<script>
function play()
{
var audio = document.getElementById('music');
audio.play();
}
</script>
<audio id="music" autoplay="autoplay" src="https://tahmidrayat.github.io/trash/distro/darkmist.mp3"></audio>
<span><i class="fa fa-chain-broken fa-5"></span></i><h2><span> 404</span></h2>
<h1>What have you done? Just look at it. Shame...</h1>
<a href="#" class="adu" onclick='play();'><h3>Click Here to Reload</h3></a>
</html>