diff options
Diffstat (limited to 'template/home.html')
-rw-r--r-- | template/home.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/home.html b/template/home.html index 8ca6377..4e32ebc 100644 --- a/template/home.html +++ b/template/home.html @@ -14,7 +14,9 @@ <div id="center"> <form method="GET" autocomplete="off" action="web"> <div class="logo"> - <img src="{%banner%}" alt="4get"> + <a href="/"> + <img src="{%banner%}" alt="4get"> + </a> </div> <div class="searchbox"> <input type="submit" value="Search" tabindex="-1"> @@ -28,9 +30,9 @@ <div class="subtext"> Clearnet: <a href="https://4get.ca">4get.ca</a><br> Tor: <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion</a><br> - Report a problem: <a href="https://lolcat.ca/contact">lolcat.ca/contact</a> + Report a problem: <a href="https://lolcat.ca">lolcat.ca</a> </div> </div> - <script src="/static/client.js?v2"></script> + <script src="/static/client.js?v3"></script> </body> </html> |