blob: 53fb031bf0bef01294d7be4d3619b1199008d9ba (
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
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
|
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon2.gif">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<TITLE>unbound</TITLE>
<style type="text/css">
body {cursor:url("cursor.gif"), auto;}
a {cursor:url("cursor2.gif"), default;}
img {
position: absolute;
top: 50%;
left: 50%;
width: 855px;
height: 855px;
margin-top: -427.5px;
margin-left: -427.5px;
}
#text
{
text-align:center;
position:absolute;
color:#c1b492;
font-size:12px;
font-weight:bold;
left:50%;
top:50%;
margin-top: 400px;
transform:translateX(-50%);
}
</style>
</head>
<body bgcolor="#000000">
<div align="center">
<a href="login.html">
<img border="0" src="lainofthewired3.gif" alt="LoveLain" width="855" height="855"></a><br>
<p id="text">
I’m here,<br>so I’ll be with you forever.<br><br>
</p>
<iframe width="1px" height="1px" src="http://www.youtube.com/embed/S-Xm7s9eGxU?autoplay=1&loop=1&playlist=S-Xm7s9eGxU" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>
|