home · contact · privacy
Add page URL title template field.
[redo-blog] / test / test_files / te"st.html.ignoring
1 <!DOCTYPE html>
2 <meta charset="UTF-8">
3 <style type="text/css">
4 h1 { font-size: 2em; }
5 h2 { font-size: 1.5em; }
6 h3 { font-size: 1.17em; }
7 h4 { font-size: 1.12em; }
8 h5 { font-size: .83em; }
9 h6 { font-size: .75em; }
10 header h1 { margin-bottom: 0.1em; }
11 header p { margin: 0; }
12 </style>
13 <title>Yet another blog – foo bar baz</title>
14 <a href="index.html">Yet another blog</a>
15 <article>
16 <header>
17 <h1>foo <em>bar</em> <strong>baz</strong></h1>
18 <p>created: <time>IGNORE</time> / last update: <time>IGNORE</time></p>
19 </header>
20 <p>foo</p>
21 <h2 id="bar">bar</h2>
22 <p>baz</p>
23 <footer>
24 Links back:
25 <ul>
26 </ul>
27 Captcha: apple
28 Title in URL: te&amp;quot;st
29 </footer>
30 </article>