diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-06-15 15:28:21 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-06-15 15:28:21 -0400 |
commit | f78236c4113d0d4e5019df316125e86a63befd07 (patch) | |
tree | 06267d37b36c2e86d659a0213e3cb010b1c294bb /templates/base.html | |
parent | c2c48ce70e942aaea78d6a2100411803db7ff8bf (diff) | |
download | equator-f78236c4113d0d4e5019df316125e86a63befd07.tar.gz equator-f78236c4113d0d4e5019df316125e86a63befd07.zip |
more changes; BROKEN?
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 82579c5..9d9c89c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,11 +18,12 @@ no content? <hr> <span class="footer"> <a href="/">home</a> - +<a href="/about/">about</a> - <a href="/go/">do it</a> - <a href="/equation/">equations</a> - <a href="/variable/">variables</a> - <a href="/symbol/">symbols</a> <br>Legalese? Copyright? Fuck no! -<a href="mailto:webmaster@equator.memeschemes.com" style="text-decoration: line-through;">email the webmaster!</a> 2007! +<a href="mailto:webmaster@equator.memeschemes.com" style="text-decoration: line-through;">email the webmaster!</a> 2009! </span> </div></body></html> |