1
0

index.html 452 B

123456789101112131415161718192021222324
  1. <style>
  2. body, html {
  3. margin: 0;
  4. /* The image used */
  5. background-image: url("thefletch.jpg");
  6. /* Full height */
  7. height: 100%;
  8. /* Center and scale the image nicely */
  9. background-position: center;
  10. background-repeat: no-repeat;
  11. background-size: cover;
  12. /* background-size: contain; */
  13. }
  14. </style>
  15. <body>
  16. <audio src="Harold Faltermeyer - Fletch Theme (Extended Version).mp3" autoPlay loop></audio>
  17. </body>