Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. </head>
  8. <body>
  9. <header>
  10. <h1>Wake up sheeple!</h1>
  11. <p><a href="news.html">News</a> -
  12. <a href="blog.html">Blog</a> -
  13. <a href="forums.html">Forums</a></p>
  14. <p>Last Modified: <span property="schema:dateModified">2009-04-01</span></p>
  15. <nav>
  16. <h2>Navigation</h2>
  17. <ul>
  18. <li><a href="articles.html">Index of all articles</a></li>
  19. <li><a href="today.html">Things sheeple need to wake up for today</a></li>
  20. <li><a href="successes.html">Sheeple we have managed to wake</a></li>
  21. </ul>
  22. </nav>
  23. </header>
  24. <main>
  25. <article property="schema:blogPosts" typeof="schema:BlogPosting">
  26. <header>
  27. <h2 property="schema:headline">My Day at the Beach</h2>
  28. </header>
  29. <section property="schema:articleBody">
  30. <p>Today I went to the beach and had a lot of fun.</p>
  31. ...more content...
  32. </section>
  33. <footer>
  34. <p>Posted <time property="schema:datePublished" datetime="2009-10-10">Thursday</time>.</p>
  35. </footer>
  36. </article>
  37. ...more blog posts...
  38. </main>
  39. <footer>
  40. <p>Copyright ©
  41. <span property="schema:copyrightYear">2010</span>
  42. <span property="schema:copyrightHolder">The Example Company</span>
  43. </p>
  44. <p><a href="about.html">About</a> -
  45. <a href="policy.html">Privacy Policy</a> -
  46. <a href="contact.html">Contact Us</a></p>
  47. </footer>
  48.  
  49.  
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement