Browse Source

make AA image link to homepage

raylu 14 years ago
parent
commit
684831bf81
1 changed files with 3 additions and 1 deletions
  1. 3 1
      templates/p.html

+ 3 - 1
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)">