Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Summer Site 2019</title>
  6. <meta name="description" content="This is my Summer 2019 website." />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. </head>
  9. <body>
  10. <h1>Summer 2019</h1>
  11. <p>I created this site as part of my summer project at Iolani.</p>
  12. <ul>
  13. <li>This is an Unordered List Item</li>
  14. <li>This is an Unordered List Item</li>
  15. <li>This is an Unordered List Item</li>
  16. </ul>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement