diff options
| author | KatolaZ <katolaz@freaknet.org> | 2017-07-01 00:45:51 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2017-07-01 00:45:51 +0100 | 
| commit | e29d79e5f9785d039175da43704d02907b54ab47 (patch) | |
| tree | 05d915882199105fc0bf57889fcbb7cfef1c4229 /html/header.html | |
| parent | 32e86d1129f200c776f879da835a6659427ca707 (diff) | |
basic templating added (only for paste visualisation)
Diffstat (limited to 'html/header.html')
| -rw-r--r-- | html/header.html | 11 | 
1 files changed, 11 insertions, 0 deletions
| 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> +   + +   | 
