Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>wrt::wrt include test</title>
  5. <meta name="keywords" content="some test stuff" />
  6. <meta name="description" content="a test wrt site" />
  7. <meta name="author" content="Example Author" />
  8. <link rel="stylesheet" href="https://example.com/css/p1k3.css" />
  9. <link rel="icon" type="image/x-png" href="https://example.com/favicon.png" />
  10. <link rel=alternate type="application/atom+xml" title="wrt atom feed" href="https://example.com/feed" />
  11. <link rel=feed type="application/atom+xml" title="wrt atom feed" href="https://example.com/feed" />
  12. <link rel="alternate" title="wrt JSON feed" type="application/json" href="https://example.com/feed.json" />
  13. </head>
  14. <body>
  15. <a href="https://example.com/" title="newest entries">new</a>
  16. <a href="https://example.com/all/" title="all entries">all</a>
  17. <h1>wrt include test</h1>
  18. <article><div class="entry"><h1>wrt include test</h1>
  19. <p>This content included from elsewhere.</p>
  20. <p class="datestamp"><a href="https://example.com/">wrt</a> /
  21. <a href="https://example.com/include_test/" title="include_test">include_test</a></p>
  22. </div></article>
  23. <div class=entry-metadata></div>
  24. <p><small><em>public domain</em></small></p>
  25. <p></p>
  26. </body>
  27. </html>