lain.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <!-- This is old, but I like keeping it around. Kudos to anyone that actually sees it. -->
  3. <html>
  4. <head>
  5. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  6. <title>
  7. CyberLyfe
  8. </title>
  9. <meta content="" name="description" />
  10. <meta content="" name="keywords" />
  11. </head>
  12. <body>
  13. <style>
  14. { margin: 0; padding: 0; }
  15. html {
  16. background: url('http://i.imgur.com/xIOVhez.jpg') no-repeat center center fixed;
  17. -webkit-background-size: cover;
  18. -moz-background-size: cover;
  19. -o-background-size: cover;
  20. background-size: cover;
  21. }
  22. </style>
  23. <main>
  24. <!--p>
  25. I keep cyberpunk-related stuff here, but this page is mostly empty. You were probably looking for <a href="./index.html">this</a>.
  26. </p-->
  27. <footer>
  28. <audio autoplay loop>
  29. <source src="https://dl.dropboxusercontent.com/s/cayvjbp5am5hcw5/Serial%20Experiments%20Lain%20Humming%20Noise.mp3" type="audio/mpeg">
  30. </audio>
  31. </footer>
  32. </body>
  33. </html>