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