Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <ul>
  6.   <li><a href="#home">Welcome!</a></li>
  7.   <li><a href="#new">Add New Driving session</a></li>
  8.   <li><a href="#previous">Previous Driving sessions</a></li>
  9.   <li><a href="#editacc">Edit Account Details</a></li>
  10.   <li><a href="#logout">Log out</a></li>
  11. </ul>
  12.  
  13. <h1>Welcome!</h1>
  14. <br>
  15. <h4>You have completed 120 hours of total driving and 7 hours of night driving</h4>
  16. <br>
  17. <h4>You have completed 3 hours of wet weather driving</h4>
  18. <br>
  19. <h4>You have completed 7 hours of driving on the freeway</h4>
  20. <br>
  21. <h4>You have driven 600005030430 total kilometres</h4>
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement