summaryrefslogtreecommitdiff
path: root/html_template
diff options
context:
space:
mode:
Diffstat (limited to 'html_template')
-rwxr-xr-xhtml_template/template.html4
-rwxr-xr-xhtml_template/unbiased.css6
2 files changed, 10 insertions, 0 deletions
diff --git a/html_template/template.html b/html_template/template.html
index 7869155..76b8681 100755
--- a/html_template/template.html
+++ b/html_template/template.html
@@ -109,5 +109,9 @@
</div>
</div>
+
+<div id="sources">
+ Sources: xxSourcesxx
+</div>
</body>
</html>
diff --git a/html_template/unbiased.css b/html_template/unbiased.css
index 83bae40..d1b1460 100755
--- a/html_template/unbiased.css
+++ b/html_template/unbiased.css
@@ -85,4 +85,10 @@
.middle-story p{
display:block;
+}
+
+#sources{
+ clear:both;
+ padding-top:4em;
+ font-size:.8em;
} \ No newline at end of file