diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-26 11:52:44 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-26 11:54:42 -0700 |
| commit | e037112ab1f6f4f6dd987d37bd0a343f74d89f8e (patch) | |
| tree | 04f827f6394ed732c73b6f0a2add7e5de12206a8 /template | |
| parent | 1e3f3d82fdca5ced58db35910afb682d2b4ea995 (diff) | |
customize, build from local dockerfile
Diffstat (limited to 'template')
| -rw-r--r-- | template/header.html | 1 | ||||
| -rw-r--r-- | template/home.html | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/template/header.html b/template/header.html index accd4cd..92caf28 100644 --- a/template/header.html +++ b/template/header.html @@ -15,7 +15,6 @@ <div class="navigation"> <a href="/">Home</a> <a href="/settings">Settings</a> - <a href="https://git.lolcat.ca/lolcat/4get_news" target="_BLANK">News</a> </div> <form method="GET" autocomplete="off"> <div class="searchbox"> diff --git a/template/home.html b/template/home.html index 3033052..8d4055b 100644 --- a/template/home.html +++ b/template/home.html @@ -23,15 +23,13 @@ <div class="searchbox"> <input type="submit" value="Search" tabindex="-1"> <div class="wrapper"> - <input type="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus> + <input type="text" maxlength="500" name="s" placeholder="Search..." required autofocus> </div> <div class="autocomplete"></div> </div> </form> - <a href="settings">Settings</a> • <a href="instances">Instances</a> • <a href="https://git.lolcat.ca/lolcat/4get_news">News</a> • <a href="api.txt">API</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a><br> - <a href="/donate"><b>Donate to the project</b></a> + <a href="settings">Settings</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a><br> <div class="subtext"> - <a href="https://4get.ca">Clearnet</a> • <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">Tor</a> • <a href="https://lolcat.ca">Report a problem</a><br> Running on <b>v{%version%}</b>!! </div> </div> |
