diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/footer.html | 2 | ||||
-rw-r--r-- | html/header.html | 11 | ||||
-rw-r--r-- | html/templ.html | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/html/footer.html b/html/footer.html new file mode 100644 index 0000000..9743df7 --- /dev/null +++ b/html/footer.html @@ -0,0 +1,2 @@ + +</html> diff --git a/html/header.html b/html/header.html new file mode 100644 index 0000000..0cdb721 --- /dev/null +++ b/html/header.html @@ -0,0 +1,11 @@ +<html> + <head> + <title>binit</title> + <style type="text/css"> + pre {margin-left: 50px; border-left: solid 3px #0000ff; padding: + 5px;} + </style> + </head> + + + diff --git a/html/templ.html b/html/templ.html new file mode 100644 index 0000000..2e86f38 --- /dev/null +++ b/html/templ.html @@ -0,0 +1,7 @@ +<body> + +<pre> +{{CONTENT}} +</pre> + +</body> |