-
Notifications
You must be signed in to change notification settings - Fork 0
/
underloved.html
39 lines (39 loc) · 1.05 KB
/
underloved.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
<!DOCTYPE html>
<html lang="gl">
<head>
<meta charset="UTF-8"/>
</head>
<body style="
background-image: url('files/black-red-emoji.png');
background-repeat: repeat-x repeat-y;
background-attachment: fixed;
background-size: 50% 50%;
">
<style>
body {
cursor: url('files/normal-heart.cur'), default !important;
font-family: "Comic Sans MS", "Comic Sans", cursive;
h1 {
font-size: 48px;
background-color: white;
}
h2 {
font-size: 36px;
background-color: white;
}
a {
font-size: 28px;
background-color: white;
}
}
</style>
<h1>WHY DON'T YOU LOVE MEEEEEE :'(</h1>
<h2>PLEASE PLEASE LOVE ME :'(</h2>
<a href="ciso-scold.html">Instrucións para deixar de amar</a>
<br>
<img src="files/heart-locket-reversed.gif">
<img src="files/sad-cat.gif">
<img src="files/broken-heart.gif", style="position:absolute;top:40%;right:45%;">
<img src="files/cringe.png", style="position:absolute;top:10%;right:10%;">
</body>
</html>