blob: 09c6a0f065f55993a2b6c1f77c392bf7721f9209 (
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
|
<link rel="shortcut icon" href="favicon2.gif">
<html>
<body background="bg_63.gif">
<div align="center">
<TITLE>religion</TITLE>
<style>
img {
position: absolute;
top: 50%;
width: 700px;
height: 921px;
margin-top: -460.5px;
margin-left: -350px;
}
</style>
<style>
img {
-webkit-animation: spinreverse 10s infinite linear;
}
@-webkit-keyframes spinreverse {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(-360deg);}
}
</style>
<a href="horror.html">
<img border="0" src="BuddahLein.gif" alt="DMT" width="700" height="921"></a><br>
</div>
</body>
</html>
|