-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeuda.php
More file actions
34 lines (32 loc) · 767 Bytes
/
Copy pathfeuda.php
File metadata and controls
34 lines (32 loc) · 767 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
32
33
34
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Secret Stars</title>
<style type='text/css'>
body {
color: #ffff00;
font-size: 110%;
background: url('feuda.jpg') repeat-x;
width: 100%;
overflow: hidden;
}
#feuda {
margin-top: 60px;
margin-left: 90px;
}
img {
margin: 0;
}
</style>
</head>
<body>
<div id='feuda'>
<a href='index.php'><img src='secret.jpg' alt='Cilck to index' border='0'></a>
</div>
<embed src="22.mp3" autostart="true" loop="true" hidden="true"></embed>
<marquee direction="left" style="width:100%">¡ï<br><br></marquee>
<marquee direction="left" style="width:80%">¡ï<br><br></marquee>
<marquee direction="left" style="width:30%">¡ï<br><br><br></marquee>
<br>
</body>
</html>