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.

54 lines
1.4 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>wrt::image 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>image test</h1>
  18. <article><div class="entry"><h1>image test</h1>
  19. <p>The following image tag should correctly point to machin_stderr.png from the
  20. URL root, have dimensions, and use the provided alt/title text.</p>
  21. <p>
  22. <img src="https://example.com/image_test/machin_stderr.png"
  23. width="900"
  24. height="900"
  25. alt="a test image"
  26. title="a test image" />
  27. </p>
  28. <p class="datestamp"><a href="https://example.com/">wrt</a> /
  29. <a href="https://example.com/image_test/" title="image_test">image_test</a></p>
  30. </div></article>
  31. <div class=entry-metadata></div>
  32. <p><small><em>public domain</em></small></p>
  33. <p></p>
  34. </body>
  35. </html>