|
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>wrt::image test</title>
-
- <meta name="keywords" content="some test stuff" />
-
- <meta name="description" content="a test wrt site" />
-
- <meta name="author" content="Example Author" />
-
- <link rel="stylesheet" href="https://example.com/css/p1k3.css" />
- <link rel="icon" type="image/x-png" href="https://example.com/favicon.png" />
- <link rel=alternate type="application/atom+xml" title="wrt atom feed" href="https://example.com/feed" />
- <link rel=feed type="application/atom+xml" title="wrt atom feed" href="https://example.com/feed" />
- <link rel="alternate" title="wrt JSON feed" type="application/json" href="https://example.com/feed.json" />
- </head>
-
- <body>
-
- <a href="https://example.com/" title="newest entries">new</a>
- <a href="https://example.com/all/" title="all entries">all</a>
-
-
- <h1>image test</h1>
-
-
-
- <article><div class="entry"><h1>image test</h1>
-
- <p>The following image tag should correctly point to machin_stderr.png from the
- URL root, have dimensions, and use the provided alt/title text.</p>
-
- <p>
- <img src="https://example.com/image_test/machin_stderr.png"
- width="900"
- height="900"
- alt="a test image"
- title="a test image" />
-
- </p>
-
- <p class="datestamp"><a href="https://example.com/">wrt</a> /
- <a href="https://example.com/image_test/" title="image_test">image_test</a></p>
- </div></article>
-
- <div class=entry-metadata></div>
-
- <p><small><em>public domain</em></small></p>
-
- <p></p>
-
- </body>
- </html>
|