home · contact · privacy
5915dd7202eea6a8dbf1b681f540e883c4505e48
[redo-blog] / test / test_files / test.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – foo bar baz</title>
5 </head>
6 <body>
7 <a href="index.html">Yet another blog</a>
8 <h1>foo <em>bar</em> <strong>baz</strong></h1>
9 <section>
10 <p>foo</p>
11 </section>
12 </body>
13 </html>