| 12345678910111213141516171819202122232425 |
- <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> -->
- <audio src="https://cdn.rawgit.com/metya/TheFletchForever/gh-pages/Harold%20Faltermeyer%20-%20Fletch%20Theme%20(Extended%20Version).mp3" preload autoplay loop></audio>
- </body>
|