Advertisement
Guest User

index.html

a guest
Jan 24th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <header>
  5. <title>hola</title>
  6. <link href = "style.css" rel = "stylesheet" type = "text/css" />
  7. </header>
  8.  
  9. <body>
  10. <h1>
  11. hola
  12. </h1>
  13. <br />
  14. <p><a href = "https://hoyesviernes.simdif.com/index.html" target = "_self">dale click aqui </a></p>
  15. <br />
  16. <h2>
  17. hecho por daniel
  18. </h2>
  19. <br />
  20. <br />
  21. <p>
  22. <a href = "https://hoyesviernes.glitch.me/codigo-fuente.html">codigo fuente aqui</a>
  23. </p>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement