example/build/test_page1/index.html (view raw)
1<!DOCTYPE html>
2<html>
3<header>
4 some header
5 <title>
6 test site
7 </title>
8</header>
9
10<body>
11 <h1>hey i'm a test page</h1>
12
13<p>here's some text</p>
14
15<p><em>here's some more</em></p>
16
17<p><strong>bold text</strong></p>
18
19</body>
20
21<footer>
22 copyright icy
23 <p> © icy </p>
24<footer>