summaryrefslogtreecommitdiffstats
path: root/templates/p.html
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-09-14 22:24:32 -0700
committerraylu <raylu@mixpanel.com>2011-09-14 22:24:32 -0700
commit684831bf81eb9343b0bd91ca2b2fc8679e88c721 (patch)
tree81ef9189dfec9ec5a07500d5f4f31f99258ec37f /templates/p.html
parent5dd5702c1e14dca074ebfcfc953e75b04944276f (diff)
downloadaudioaxis-684831bf81eb9343b0bd91ca2b2fc8679e88c721.tar.xz
make AA image link to homepage
Diffstat (limited to 'templates/p.html')
-rw-r--r--templates/p.html4
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)">