summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-01 00:45:51 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-01 00:45:51 +0100
commite29d79e5f9785d039175da43704d02907b54ab47 (patch)
tree05d915882199105fc0bf57889fcbb7cfef1c4229 /html
parent32e86d1129f200c776f879da835a6659427ca707 (diff)
basic templating added (only for paste visualisation)
Diffstat (limited to 'html')
-rw-r--r--html/footer.html2
-rw-r--r--html/header.html11
-rw-r--r--html/templ.html7
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>