-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (89 loc) · 3.23 KB
/
index.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
87
88
89
90
91
<html>
<head>
<title> I Wanna Be an Anime </title>
<link rel="icon" type="image/x-icon" href="arx.jpg">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<style>
body{
padding: 0;
margin: 0 auto;
color: #000000;
background-color: #F9F9F9;
height: 80%;
width: auto;
font-family: Monospace, Consolas, "Sans-Serif";
font-size: 1.5vw;
align-content: center;
align-items: center;
text-align: center;
}
sega{
font-family: Monospace, Consolas, "Sans-Serif";
font-size: 1.5vw;
}
@media only screen (max-width : 1080px){
body{
padding: 0;
margin: 0 auto;
color: #000000;
background-color: #F9F9F9;
height: 80%;
width: auto;
font-family: Monospace, Consolas, "Sans-Serif";
font-size: 2.5vw;
align-content: center;
align-items: center;
text-align: center;
}
sega{
font-family: Monospace, Consolas, "Sans-Serif";
font-size: 2.5vw;
}
}
.nonegif{
display: block;
margin: 0 auto;
}
</style>
<script>
document.addEventListener('click', musicPlayChange);
function musicPlayChange() {
document.getElementById('Sound').play();
document.getElementById("Senpai").innerHTML="Arigatou Gozaimasu !!!<br> (≧▽≦)";
document.removeEventListener('click', musicPlayChange);
}
</script>
</head>
<body>
<center>
<div class="gifff">
<img class="nonegif" src="https://b.top4top.io/p_2624y4bbe1.gif" alt="Dancing Loli" height="40%" width="auto"/>
<hr style="border-top: dashed 6px; color: black">
</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="OmaeWaMouShindeiru.mp3">
</audio>
</div>
<sega id="Senpai">
Click On Me Senpai <br> (≧◡≦)
</sega>
<br/>
<h4>Pawned by arxnoire</h4>
<h5>Thanks To:</h5>
<h6> My Beloved God, My Team, My Friends, and You!</h6>
</div>
<p style=" font-size=12"> Wanna Contact Me? <a href="mailto: [email protected]">Click Here</a></p>
<p style=" font-size=12"><a href=https://github.com/arxnoire>My Github (≧▽≦)</a></p>
</center>
</body>
<footer>
</footer>
</html>