diff options
Diffstat (limited to 'code/templates/single.html')
-rw-r--r-- | code/templates/single.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/code/templates/single.html b/code/templates/single.html new file mode 100644 index 0000000..9feb00e --- /dev/null +++ b/code/templates/single.html @@ -0,0 +1,49 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head><title>[[[title]]]</title> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > +<style type="text/css"> +.error {padding: 15px; background-color: yellow; border: 4px solid orange; color:red;} +table {border: 1px solid black; border-collapse: collapse; border-spacing:2px;} +th, td {border-width: 1px; border-style: inset; border-color: gray; padding: 2px;} +dt {font-weight: bold;} +.code {color: white; background-color: black; border: 3px gray solid; + width: 640px; padding: 3px; margin-left: 10px;} +</style> +</head> +<body style="margin: 25px; font-family: helvetica;"> +<a name="top"><h1 style="border-bottom: 2px solid; margin-bottom: 2px;"> +[[[title]]]</h1></a> +<i style="font-size:smaller;"> +<a href="#sec1">[[[sec1]]]</a> - +<a href="#sec2">[[[sec2]]]</a> +Last updated [[[when]]] by [[[who]]] +</i><br> +<p> + +<a name="sec1"><h2>Section One</h2></a> + +<ul> + <li>lorem<ul> + <li>one + <li>two + </ul> + <li>ipsum<ul> + <li>three + <li>four + </ul> +</ul> + +<a name="sec2"><h2>Section Two</h2> + +<p> +<b>Something:</b> definition lorem ipsum lorem ipsum lorem ipsum lorem ipsum +lorem ipsum lorem ipsum lorem ipsum + +<p> +<b>Something:</b> definition lorem ipsum lorem ipsum lorem ipsum lorem ipsum +lorem ipsum lorem ipsum lorem ipsum + +</body></html> + |