Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Title of the page</title>
  4. <style>
  5. body {
  6. margin: 25px;
  7. background-color: rgb(240,240,240);
  8. font-family: arial, sans-serif;
  9. font-size: 14px;
  10. }
  11.  
  12. h1 {
  13. font-size: 35px;
  14. font-weight: normal;
  15. margin-top: 5px;
  16. }
  17.  
  18. a {
  19. color: #333;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <h1>Welcome to my page</h1>
  25. <p>Some information about this page</p>
  26. <h2>My Projects</h2>
  27. <ul>
  28. <li>
  29. <a href="/di8/">DI8</a>
  30. </li>
  31. </ul>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement