-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Evelynn.html
130 lines (124 loc) · 4.07 KB
/
Evelynn.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
<!DOCTYPE html>
<html>
<head>
<title>Evelynn</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%2F03%20-%20VILLAIN.mp3?v=1616326941405">
</audio>
<h1>
<center><b><i><u>Evelynn</u></i></b></center>
</h1>
<center><img src="https://cdn.glitch.com/adb4a9fb-7912-41be-88e5-625f0f31e532%2FEvelynn.jpg?v=1616326509100" width="1300px"></center>
<p>
<center>
Stage Name: Evelynn<br>
<hr>
Birth Name: –<br>
<hr>
Position: Lead Vocalist<br>
<hr>
Birthday: 1993<br>
<hr>
Zodiac Sign: Taurus<br>
<hr>
Chinese Zodiac Sign: Rooster<br>
<hr>
Blood Type: –<br>
<hr>
Height: 164 cm (5’4″)<br>
<hr>
Weight: –<br>
<hr>
Title: The Diva<br>
<hr>
<br>
<hr>
<b>Evelynn Facts:</b><br>
<hr>
– Vocals By: Madison Beer (Pop/Stars), Bea Miller (The Baddest)<br>
<hr>
– Nicknames: Siren and Eve<br>
<hr>
– She’s known as a Demanding Diva<br>
<hr>
– She once walked off a live stage because her vocals were backed up by an audio track, which she didn’t approve of<br>
<hr>
– Her fanbase is called Deeva<br>
<hr>
– She has two hit singles named Agony’s Embrace and Ecstasy<br>
<hr>
– She’s also known for her uncompromising vision, rich vocals, and “bad girl” attitude<br>
<hr>
– After disagreements with other groups she went solo but reconnected with Ahri<br>
<hr>
– She’s very mysterious on her diet and workouts and declines to comment on what she does<br>
<hr>
– Has a collection of very fast cars<br>
<hr>
– She values her friends and is very protective with the few people she is closes to<br>
<hr>
– She’s been romantically linked with several celebrities but never confirmed a relationship<br>
<hr>
– She takes inspiration from Karthus
</center>
<br>
<hr>
</p>
<center>
<button>
<a href="https://na.leagueoflegends.com/en-us/champions/evelynn/" target="blank">
Know More
</button>
</center>
<center><button><a href="Kai’sa.html">Next Member</button></center>
<center><button><a href="Ahri.html">Go To Previous Member</a></center>
</button>
</div>
</body>
</html>