Guest User

Untitled

a guest
Sep 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="estilosite.css"/>
  5. </head>
  6.  
  7. <body>
  8. <div id="geral">
  9. <div id="pagina">
  10. <div id="menu">
  11. <div class="botoes">
  12. <a href="homeSite.html"><img class="home" src="imagens/btHome.png"></img>
  13. <a href="GaleriaSite.html"><img src="imagens/btGaleria.png"></img>
  14. <a href="musicaSite.html"><img src="imagens/btmusica.png"></img>
  15.  
  16. </div>
  17. </div>
  18. <div id="centro">
  19. <audio controls="controls"><source src="01.mp3"type="audio/mpeg" /></audio>
  20.  
  21. </div>
  22. </div>
  23. </div>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment