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 /headless.html | |
| parent | Create index.html (diff) | |
| download | acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.tar.xz acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.zip | |
A New Beginning
Diffstat (limited to 'headless.html')
| -rw-r--r-- | headless.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/headless.html b/headless.html new file mode 100644 index 0000000..f223d32 --- /dev/null +++ b/headless.html @@ -0,0 +1,50 @@ + +<!DOCTYPE html> + +<head> +<link rel="shortcut icon" href="favicon2.gif"> + + <TITLE>headless</TITLE> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + + <style type="text/css"> +body {cursor:url("cursor.gif"), auto;} +</style> + + <style type="text/css"> +a {cursor:url("cursor2.gif"), default;} +</style> + +<style> + img { + position: absolute; + top: 50%; + left: 50%; + width: 701px; + height: 700px; + margin-top: -350px; + margin-left: -350.5px; +} + + iframe { + margin-left:-9999px; + } + +</style> + +</head> +<body background="bg_4.gif"> + +<div align="center"> + + + + +<a href="connect.html"> +<img border="0" src="hover.gif" alt="hover" width="701" height="700"></a><br> + +<iframe width="1" height="1" src="http://www.youtube.com/embed/1ahhtpJmsIY?autoplay=1&loop=1&playlist=1ahhtpJmsIY" frameborder="0" allowfullscreen></iframe> +</div> +</body> + +</html>
\ No newline at end of file |