home.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  5. <title>{%server_name%}</title>
  6. <link title="​{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml">
  7. <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap">
  8. <meta name="viewport" content="width=device-width,initial-scale=1">
  9. <link rel="stylesheet" href="/static/style.css?v{%version%}">
  10. {%style%}
  11. <meta name="robots" content="index,follow">
  12. <link rel="icon" type="image/x-icon" href="/favicon.ico">
  13. <meta name="description" content="{%server_name%}: {%server_short_description%}">
  14. </head>
  15. <body class="home">
  16. <div id="center">
  17. <form method="GET" autocomplete="off" action="web">
  18. <div class="logo">
  19. <a href="/">
  20. <img src="{%banner%}" alt="4get">
  21. </a>
  22. </div>
  23. <div class="searchbox">
  24. <input type="submit" value="Search" tabindex="-1">
  25. <div class="wrapper">
  26. <input type="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus>
  27. </div>
  28. <div class="autocomplete"></div>
  29. </div>
  30. </form>
  31. <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>
  32. <a href="/donate"><b>Donate to the project</b></a>
  33. <div class="subtext">
  34. <a href="https://4get.ca">Clearnet</a> • <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">Tor</a> • <a href="https://lolcat.ca">Report a problem</a><br>
  35. Running on <b>v{%version%}</b>!!
  36. </div>
  37. </div>
  38. <script src="/static/client.js?v{%version%}"></script>
  39. </body>
  40. </html>