diff options
author | lolcat <will@lolcat.ca> | 2023-08-08 03:09:47 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-08 03:09:47 -0400 |
commit | 4559857380317d768ff8394db711eb5c894aa1f8 (patch) | |
tree | 2ed555b5ba104297642893ef5511d1d28f282842 /template | |
parent | 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (diff) |
added brave image+video support
Diffstat (limited to 'template')
-rw-r--r-- | template/home.html | 8 | ||||
-rw-r--r-- | template/images.html | 2 | ||||
-rw-r--r-- | template/search.html | 2 |
3 files changed, 7 insertions, 5 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> diff --git a/template/images.html b/template/images.html index 61e319c..1c5b23a 100644 --- a/template/images.html +++ b/template/images.html @@ -2,6 +2,6 @@ {%images%} </div> {%nextpage%} - <script src="/static/client.js?v2"></script> + <script src="/static/client.js?v3"></script> </body> </html> diff --git a/template/search.html b/template/search.html index c187102..5210807 100644 --- a/template/search.html +++ b/template/search.html @@ -11,6 +11,6 @@ {%left%} </div> </div> - <script src="/static/client.js?v2"></script> + <script src="/static/client.js?v3"></script> </body> </html> |