diff options
Diffstat (limited to 'test.html')
| -rw-r--r-- | test.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..09c6a0f --- /dev/null +++ b/test.html @@ -0,0 +1,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>
\ No newline at end of file |