diff options
Diffstat (limited to 'templates/p.html')
-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)"> |