diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 21:48:35 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 21:48:35 -0400 |
commit | fa399df60b698c9a9649ae50b708dbdcd1a9eec1 (patch) | |
tree | d07d4ee393258aef79fe48fec73bfdf5de066102 /website/templates | |
parent | 7cf229c19f9907e816228c34a74aa3025ae5503f (diff) |
testing templating features.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/sitehead.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/templates/sitehead.html b/website/templates/sitehead.html new file mode 100644 index 0000000..4fc6a07 --- /dev/null +++ b/website/templates/sitehead.html @@ -0,0 +1,4 @@ +<div class="sitehead"> +<img src="/logo.png" alt="monkeysphere" /> + some goofy text. +</div> |