-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ahri.html
135 lines (129 loc) · 4.21 KB
/
Ahri.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html>
<head>
<title>Ahri</title>
<style>
[class*="col-"] {
width: 100%;
}
.responsive {
width: 100%;
height: auto;
}
@media only screen and (min-width: 768px) {
body{
cursor:url("https://cdn.glitch.com/adb4a9fb-7912-41be-88e5-625f0f31e532%2Fcursor%20(1).cur?v=1616324342817"), auto;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body bgcolor="lightblue">
<script language=JavaScript>
var message="Function Disabled!";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
</script>
<div
style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;"
unselectable="on"
onselectstart="return false;"
onmousedown="return false;">
<audio autoplay loop>
<source src="https://cdn.glitch.com/adb4a9fb-7912-41be-88e5-625f0f31e532%2F01%20-%20THE%20BADDEST.mp3?v=1616326122938">
</audio>
<h1>
<center><b><i><u>Ahri</u></i></b></center>
</h1>
<center><img src="https://cdn.glitch.com/adb4a9fb-7912-41be-88e5-625f0f31e532%2FAhri_27.jpg?v=1616325922647" style="responsive"></center>
<p>
<center>
Stage Name: Ahri<br>
<hr>
Birth Name: –<br>
<hr>
Position: Leader, Main Vocalist, Visual, Center<br>
<hr>
Birthday: 1994<br>
<hr>
Zodiac Sign: Sagittarius<br>
<hr>
Chinese Zodiac Sign: Dog<br>
<hr>
Blood Type: –<br>
<hr>
Height: 167.6 cm (5’5″)<br>
<hr>
Weight: –<br>
<hr>
Title: The Queen<br>
<hr>
<br>
<hr>
<b>Ahri Facts:</b><br>
<hr>
– Vocals By: (G)-Idle’s Miyeon<br>
<hr>
– Nicknames: Foxy and Gumiho<br>
<hr>
– She was a famous teenage pop star but after five singles she took time to reinvent herself<br>
<hr>
– After five years she tossed away her girly side and now she has High fashion, Elegance, and is a stunning celebrity<br>
<hr>
– Her new look attracts high fashion designers<br>
<hr>
– During fashion week she always has sleek dresses on the runways worldwide<br>
<hr>
– Face of FOXY Cosmetics<br>
<hr>
– Has her own fragrance named Charmed<br>
<hr>
– When she isn’t training or doing K/DA activities she is shopping, drinking tea with fashion designers, and testing new beauty products out<br>
<hr>
– Labeled the most talented Kpop artist in the 2013 Pop Shine Awards<br>
<hr>
– A Muse for multiple clothing lines. Designers can’t stop making outfits for her<br>
<hr>
– Prefer Shopping over Working out<br>
<hr>
– She has known Evelynn for many years<br>
<hr>
– Voted one of the most beautiful faces of Pop<br>
<hr>
<br>
<hr>
</center>
</p>
<center>
<button><b><i><a href="https://na.leagueoflegends.com/en-us/champions/ahri/#">Know More</a></b></i>
</button>
</center>
<center>
<button><b><i><a href="Evelynn.html">Next Member</button></a></i></b>
</center>
<center>
<button><a href="index.html">Go To Previous Page</a>
</center>
</button>
</div>
</body>
</html>