Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html> <!--type what-->
- <html>
- <!--start of the html web page-->
- <head>
- <title>Fate stay night</title> <!-- change title bar -->
- </head>
- <!--background-->
- <!--change url-->
- <style>
- body {
- background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSrQytbK0GF7mQ72bhoGqKFc48LHMiWSq2tHDca1Cw9HikcAI0CPQ");
- background-repeat: no-repeat;
- background-size: cover;
- }
- </style>
- <body>
- <!--font-->
- <p align = left > <font face = "AngsanaUPC" size = 7 color = white> fate stay night </font> <!--change text--> </p><br>
- <audio controls> <!--audio player-->
- <source src="Fate Stay Night opening song 1 (full).mp3"><!--change file name-->
- </audio>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement