-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (30 loc) · 1.49 KB
/
index.html
File metadata and controls
40 lines (30 loc) · 1.49 KB
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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Sail&display=swap" rel="stylesheet">
<body style="background-image:url('https://i.pinimg.com/originals/47/b3/00/47b300341fff8f5230d574d6d5588ed9.jpg'); background-repeat: no-repeat; background-size: cover !important; margin:0;">
<img align=right src=https://i.postimg.cc/bwxY8YbG/Thim-profile-edit.png width=auto height=100% style="">
<br>
<br>
<br>
<br>
<center><div style="background-color:#666633; border-style: double; border-color: #ffd700;">
<font color="#ffd700" size=7 style="font-family: 'Sail', cursive;"><b>Thim</b></font>
<br>
<font color="#ffd700" face='verdana' size='2' style="">
Human standing 5'8 tall with short flat blond hair. His light blue eyes glowing with passion.<br>
<br>
He has wide shoulders and thick rough hands that has clearly been used a lot.
</font>
</div>
</center>
<iframe width=0 height=0 src="https://www.youtube.com/embed/uzFSc_78UY4?autoplay=1&start=1" title=YouTube video player frameborder=0 allow=accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture allowfullscreen></iframe>
<script>
$(document).ready(function(){
//$('img').fadeout();
$('img').hide();
$('img').fadeIn(3000);
$('font').hide();
$('font').fadeTo(3000, 1.0);
});
</script>