diff options
author | raylu <raylu@mixpanel.com> | 2011-09-14 22:24:32 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-09-14 22:24:32 -0700 |
commit | 684831bf81eb9343b0bd91ca2b2fc8679e88c721 (patch) | |
tree | 81ef9189dfec9ec5a07500d5f4f31f99258ec37f /templates | |
parent | 5dd5702c1e14dca074ebfcfc953e75b04944276f (diff) | |
download | audioaxis-684831bf81eb9343b0bd91ca2b2fc8679e88c721.tar.xz |
make AA image link to homepage
Diffstat (limited to 'templates')
-rw-r--r-- | templates/p.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/p.html b/templates/p.html index 8811e0a..d465d77 100644 --- a/templates/p.html +++ b/templates/p.html @@ -2,7 +2,9 @@ {{template "header.html" $head}} <header> - <img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa"> + <a href="/"> + <img src="/static/audioaxis-white.png" alt="Audio Axis" class="aa"> + </a> <form onsubmit="return search(this.song.value)"> <label for="user">Username:</label> <input type="text" id="user" value="anonymous" size="16" onkeypress="return userKeyPress(event)"> |