Advertisement
Guest User

Index.html

a guest
Sep 22nd, 2017
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>História da computação</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10. <h1 align="center">História da computação</h1>
  11.  
  12. <h4 align="center">Esta página foi criada com intuito de contar um pouco sobre a história da computação.</h4>
  13.  
  14. <br>
  15.  
  16. <h4>História e suas datas</h4>
  17.  
  18. <ul>
  19. <li>
  20. <a href="historia-1940.html">1940</a>
  21. <a href="historia-1950.html">1950</a>
  22. <a href="historia-1960.html">1960</a>
  23. <a href="historia-1970.html">1970</a>
  24. <a href="historia-1980.html">1980</a>
  25. <a href="historia-1990.html">1990</a>
  26. <a href="historia-2000.html">2000</a>
  27. </li>
  28. </ul>
  29.  
  30. <h4>Sobre os alunos</h4>
  31.  
  32. <p>
  33. Nome: Thiago Ribeiro Barboza<br>
  34. Ra: 171151105<br><br>
  35.  
  36. Nome: Giovane Yoshimitsu Nakamura<br>
  37. Ra: 171151814<br>
  38. </p>
  39.  
  40. <h4>Contato</h4>
  41.  
  42. <p>Caso queira tirar alguma dúvida a respeito da pagina ou da história da computação entre em contato conosco.<br><br>
  43.  
  44. Email: histcomp@gmail.com
  45. </p>
  46.  
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement