소스 검색

make AA image link to homepage

raylu 14 년 전
부모
커밋
684831bf81
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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)">