-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpawww.html
86 lines (83 loc) · 3.02 KB
/
pawww.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title> I Wanna Be an Anime </title>
<meta charset="utf-8"/>
<style>
body{
color: #000000;
background-color: #F9F9F9;
height: 950vh;
width: relative;
font-family: Monospace, Consolas, "Sans-Serif";
font-size: 22px;
align-content: center;
align-items: center;
text-align: center;
}
.nonegif{
display: block;
margin: 0 auto;
}
sega{
font-family: Monospace, Consolas, "Sans-Serif";
font-size: 20px;
}
</style>
<script>
document.addEventListener('click', musicPlayChange);
function musicPlayChange() {
document.getElementById('Sound').play();
document.getElementById("Senpai").innerHTML="Arigatou Gozaimasu <br> (≧▽≦)";
document.removeEventListener('click', musicPlayChange);
}
window.onload = function() {
document.addEventListener("contextmenu", function(e) {
e.preventDefault();
}, false);
function disabledEvent(e) {
if (e.stopPropagation) {
e.stopPropagation();
} else if (window.event) {
window.event.cancelBubble = true;
}
e.preventDefault();
return false;
}
};
document.onkeydown = function(e) {
return false;
}
navigator.keyboard.lock();
</script>
</head>
<body>
<center>
<div class="gifff">
<img class="nonegif" src="https://k.top4top.io/p_24366gyib0.gif" alt="Dancing Loli" height="700px" width="680px"/>
<hr style="border-top: dashed 9px;">
</div>
<div class="main">
<p>
<h3>Your Website Is Not Secure Enough</h3>
<h4>Whatever,Enjoy The Music</h4>
</p>
<div class="audiogroup">
<!--<iframe src="https://b.top4top.io/m_2437wyvy90.mp3" allow="autoplay" id="audio" style="display: none"></iframe>-->
<audio id="Sound" autoplay loop preload="auto">
<source src="https://k.top4top.io/m_2436wnils0.mp3" type="audio/mp3">
</audio>
</div>
<sega id="Senpai">
Click On Me Senpai <br> (≧◡≦)
</sega>
<br/>
<h4>Pawned by lonewolf-303</h4>
<h5>Thanks To:</h5>
<h6> My Beloved God, My Team, My Friends, and You!</h6>
</div>
<p style=" font-size=13"> Wanna Contact Me? <a href="mailto: [email protected]">Click Here</a></p>
</center>
</body>
<footer>
</footer>
</html>