summary refs log tree commit diff stats
path: root/index.tmpl.htm
diff options
context:
space:
mode:
authorCase Duckworth2022-08-07 00:49:11 -0500
committerCase Duckworth2022-08-07 00:49:11 -0500
commite94aa713d4ce61666b521b174b9981b957b48ec7 (patch)
treea428cfe4d3754da96c54bec5eb9419b7f9dbf40d /index.tmpl.htm
parentIgnore meta.sh (diff)
downloadht-e94aa713d4ce61666b521b174b9981b957b48ec7.tar.gz
ht-e94aa713d4ce61666b521b174b9981b957b48ec7.zip
"Real" initial commit
Diffstat (limited to 'index.tmpl.htm')
-rw-r--r--index.tmpl.htm12
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>