| 123456789101112131415161718192021222324 |
- <style>
- body, html {
- margin: 0;
- /* The image used */
- background-image: url("thefletch.jpg");
- /* Full height */
- height: 100%;
- /* Center and scale the image nicely */
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- /* background-size: contain; */
- }
- </style>
- <body>
-
- <audio src="Harold Faltermeyer - Fletch Theme (Extended Version).mp3" autoPlay loop></audio>
- </body>
|