summary refs log tree commit diff stats
path: root/page.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 /page.tmpl.htm
parentIgnore meta.sh (diff)
downloadht-e94aa713d4ce61666b521b174b9981b957b48ec7.tar.gz
ht-e94aa713d4ce61666b521b174b9981b957b48ec7.zip
"Real" initial commit
Diffstat (limited to 'page.tmpl.htm')
-rw-r--r--page.tmpl.htm10
1 files changed, 10 insertions, 0 deletions
diff --git a/page.tmpl.htm b/page.tmpl.htm new file mode 100644 index 0000000..6655494 --- /dev/null +++ b/page.tmpl.htm
@@ -0,0 +1,10 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>${title}</title>
5 </head>
6 <body>
7 $(cat)
8 <!-- so ends ${file} -->
9 </body>
10</html>