aboutsummaryrefslogtreecommitdiff
path: root/test/data/html/result.txt
blob: 0e23a41485a72ff6c39cd80cd98b00b54c109b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
  <head>
    <title>Inja works.</title>
  </head>
  <body>
    <h1>Inja works.</h1>
    <small>Written by Pantor</small>

    <p>Inja is the best and fastest template engine for C++. Period.</p>
    <small>123 views</small>

    <h5>Tags</h5>
    <ul>
      <li>test</li>
      <li>templates</li>
    </ul>

    <footer>
      <div>
        <h3>About</h3>
        <p>This is the footer.</p>
      </div>
    </footer>
  </body>
</html>