소스 검색

Update index.html

metya 7 년 전
부모
커밋
d07d38e2cc
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  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>