home · contact · privacy
Fixing of tests, and some more bad URL characters.
[redo-blog] / test / test_files / test.html.ignoring
index 91687d7e6d2a88a8a88d0ed23a32ffd70d4cb717..d751b3bbce489bfd34eff941a05823d2512214c6 100644 (file)
@@ -1,6 +1,4 @@
 <!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
@@ -13,17 +11,18 @@ header h1 { margin-bottom: 0.1em; }
 header p { margin: 0; }
 </style>
 <title>Yet another blog – foo bar baz</title>
-</head>
-<body>
 <a href="index.html">Yet another blog</a>
 <article>
 <header>
 <h1>foo <em>bar</em> <strong>baz</strong></h1>
-<p><time>IGNORE</time></p>
+<p>created: <time>IGNORE</time> / last update: <time>IGNORE</time></p>
 </header>
 <p>foo</p>
 <h2 id="bar">bar</h2>
 <p>baz</p>
-</article>
-</body>
-</html>
\ No newline at end of file
+<footer>
+Links back:
+<ul>
+</ul>
+</footer>
+</article>
\ No newline at end of file