summaryrefslogtreecommitdiff
path: root/test.html
blob: 554098f2ce94be1b88c909571f85fbde93805988 (plain)
1
2
3
4
5
6
7
8
9
10
<doctype html>
<html>
    <head>
        <title>Test</title>
    </head>
    <body>
        <h1>Title</h1>
        <p>This is a test.</p>
    </body>
</html>