diff options
Diffstat (limited to 'index.tmpl.htm')
-rw-r--r-- | index.tmpl.htm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.tmpl.htm b/index.tmpl.htm new file mode 100644 index 0000000..5884af5 --- /dev/null +++ b/index.tmpl.htm | |||
@@ -0,0 +1,12 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title>acdw!</title> | ||
5 | </head> | ||
6 | <body> | ||
7 | <ul> | ||
8 | $(cat) | ||
9 | </ul> | ||
10 | <footer>cool B)</footer> | ||
11 | </body> | ||
12 | </html> | ||