blob: e2ecd608f908426b380b8bfee653fb964f3f84ff (
plain) (
blame)
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
|
<!DOCTYPE html>
<link rel="shortcut icon" href="favicon2.gif">
<html>
<body style="margin:0;padding:0" bgcolor="#000000">
<TITLE>2007-2008</TITLE>
<style>
video {
position: absolute;
top: 50%;
left: 50%;
width: 436px;
height: 720px;
margin-top: -360px;
margin-left: -218px;
}
</style>
<video loop autoplay width="436" height="720" name="Idol Sing" src="idolfade2.mp4"></video>
</body>
</html>
|