summary refs log tree commit diff stats
path: root/index.tmpl.htm
blob: 5884af57cac1ceaff0dbb3070a871c662abd3c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <title>acdw!</title>
  </head>
  <body>
    <ul>
      $(cat)
    </ul>
    <footer>cool B)</footer>
  </body>
</html>