Parcourir la source

Update index.html

metya il y a 7 ans
Parent
commit
d07d38e2cc
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 7 2
      index.html

+ 7 - 2
index.html

@@ -1,5 +1,10 @@
 <body>
-<audio src="Harold Faltermeyer - Fletch Theme (Extended Version).webm"></audio>
-<img src="thefletch.jpg">
+  
+  <style>
+   body {
+    background-image: url(thefletch.jpg);
+   }
+  </style>
+  <audio src="Harold Faltermeyer - Fletch Theme (Extended Version).mp3"></audio> 
 
 </body>