-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (20 loc) · 710 Bytes
/
index.html
File metadata and controls
31 lines (20 loc) · 710 Bytes
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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<body style="background-image:url('https://c.tenor.com/MbucYt3qUukAAAAC/golden-ray-sun.gif'); background-repeat: no-repeat; background-size: cover;">
<img align=left src=https://i.postimg.cc/SNYJpC2N/Kimura1.png width=auto height=90% style="">
<br>
<br>
<br>
<br>
<center><font color="#000066" face='georgia' size=7><b>Kimura</b></font>
<br>
<font color="#000066" face='verdana' size='3'style="font-weight: 900;">She is a badass saiyan
</center>
<script>
$(document).ready(function(){
//$('img').fadeout();
$('img').hide();
$('img').fadeIn(3000);
$('font').hide();
$('font').fadeTo(3000, 1.0);
});
</script>