home · contact · privacy
Add captcha placeholder to templating.
[redo-blog] / test / test_files / bar baz.html.ignoring
index 410dadf45ab2041052aafb4bc42849e03c27327a..76598b581055640571c538c39085f29c817cedde 100644 (file)
@@ -1,19 +1,30 @@
 <!DOCTYPE html>
-<html>
-<head>
+<meta charset="UTF-8">
+<style type="text/css">
+h1 { font-size: 2em; }
+h2 { font-size: 1.5em; }
+h3 { font-size: 1.17em; }
+h4 { font-size: 1.12em; }
+h5 { font-size: .83em; }
+h6 { font-size: .75em; }
+header h1 { margin-bottom: 0.1em; }
+header p { margin: 0; }
+</style>
 <title>Yet another blog – foo</title>
-</head>
-<body>
 <a href="index.html">Yet another blog</a>
 <article>
 <header>
 <h1>foo</h1>
-<p><time datetime="IGNORE">IGNORE</time></p>
+<p>created: <time>IGNORE</time> / last update: <time>IGNORE</time></p>
 </header>
 <h2 id="bar">bar</h2>
 <p>bar</p>
 <h3 id="bar-1">bar</h3>
 <p>bar</p>
-</article>
-</body>
-</html>
\ No newline at end of file
+<footer>
+Links back:
+<ul>
+</ul>
+Captcha: apple
+</footer>
+</article>
\ No newline at end of file