Advertisement
plytalent

html source code [plytalent]

Jul 3rd, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <!doctype html> <!--type what-->
  2.  
  3. <html>
  4. <!--start of the html web page-->
  5. <head>
  6. <title>Fate stay night</title> <!-- change title bar -->
  7. </head>
  8. <!--background-->
  9. <!--change url-->
  10. <style>
  11. body {
  12.     background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSrQytbK0GF7mQ72bhoGqKFc48LHMiWSq2tHDca1Cw9HikcAI0CPQ");
  13.      background-repeat: no-repeat;
  14.      background-size: cover;
  15. }
  16. </style>
  17. <body>
  18. <!--font-->
  19. <p align = left > <font face = "AngsanaUPC" size = 7 color = white> fate stay night </font> <!--change text--> </p><br>
  20.  
  21. <audio controls> <!--audio player-->
  22.   <source src="Fate Stay Night opening song 1 (full).mp3"><!--change file name-->
  23. </audio>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement