Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <title>MICHAEL CASPER</title>
  4. <head>
  5.  
  6. <title>
  7. Michael Casper
  8. </title>
  9.  
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link type="text/css" rel="stylesheet" href="style.css"/>
  12. <meta charset="utf-8">
  13.  
  14. </head>
  15. <body>
  16. <div id="header">
  17. michael casper
  18. </div>
  19.  
  20. <div id="spotify">
  21. <a href="https://spotify.com">spotify</a>
  22. </div>
  23.  
  24. <div id="instagram">
  25. <a href="https://instagram.com/rawnzell">instagram</a>
  26. </div>
  27.  
  28. <div id="applemusic">
  29. <a href="https://itunes.com">apple music</a>
  30. </div>
  31.  
  32. <div id="vid">
  33. <video width="770" height="720" autoplay>
  34. <source src="v.mp4" type="video/mp4">
  35. </video>
  36. </div>
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement