android

Simple HTML page

Sep 15th, 2011
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <html>
  2.  
  3. <style  type="text/css">
  4. body {
  5.       color: red;
  6.       background-color: black;
  7. }
  8. </style>
  9.  
  10.  
  11. <title>Links</title>
  12. <body>
  13. <center>
  14. <p>
  15. <a href="http://netschool.nisdtx.org/">Netschool</a>
  16. <br>
  17. <a href="http://my.hrw.com/">Book</a> </h1>
  18. <br>
  19. <h3> German </h3>
  20. <br>
  21. Username:
  22. <br>
  23. Password:
  24. <br>
  25. <h1> <a href="http://www.explorelearning.com/">Gizmo's</a>
  26.  
  27. </h1>
  28. <br>
  29. Username:
  30. <br>
  31. Password:
  32. <br>
  33. </p>
  34. </center>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment