diff options
| author | 8cy <[email protected]> | 2020-04-21 01:16:29 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 01:16:29 -0700 |
| commit | f410b0f585707e8e61d8bee7c1ca56a895a02466 (patch) | |
| tree | 101131c47e00d32d4e3cae1bea6153c91c4b3119 /test.html | |
| parent | Create index.html (diff) | |
| download | acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.tar.xz acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.zip | |
A New Beginning
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 |