-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYuuki.html
55 lines (44 loc) · 1.52 KB
/
Yuuki.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
<!DOCTYPE html>
<html>
<head>
<title>Yuuki</title>
</head>
<style>
body
{
background-image:url(asset/death.gif);
background-size:cover;
background-attachment:fixed;
}
</style>
<style type="text/css">
.title {
font-size: 100px;
}
.banner {
font-size: 80px;
}
</style>
<body>
<audio autoplay>
<source src="asset/0.mp3" type="audio/mp3" />
</audio>
<font color="white"><p align="center" class='title'><b>HACKED by Yuuki0</b></p></font>
<marquee direction="up" width="100%" height="500" scrollamount="20"><font color='red' class='banner'><p align='center'><i>No System is Safe</i></p></font></marquee>
<script type="text/javascript">
window.onload = maxWindow;
function maxWindow() {
window.moveTo(0, 0);
if (document.all) {
top.window.resizeTo(screen.availWidth, screen.availHeight);
}
else if (document.layers || document.getElementById) {
if (top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth) {
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
}
</script>
</body>
</html>