home.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  5. <title>4get</title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1">
  7. <link rel="stylesheet" href="/static/style.css?v4">
  8. <meta name="robots" content="index,follow">
  9. <link rel="icon" type="image/x-icon" href="/favicon.ico">
  10. <meta name="description" content="4get.ca: They live in our walls!">
  11. <link rel="search" type="application/opensearchdescription+xml" title="4get" href="/opensearch.xml">
  12. </head>
  13. <body class="home {%body_class%}">
  14. <div id="center">
  15. <form method="GET" autocomplete="off" action="web">
  16. <div class="logo">
  17. <a href="/">
  18. <img src="{%banner%}" alt="4get">
  19. </a>
  20. </div>
  21. <div class="searchbox">
  22. <input type="submit" value="Search" tabindex="-1">
  23. <div class="wrapper">
  24. <input type="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus>
  25. </div>
  26. <div class="autocomplete"></div>
  27. </div>
  28. </form>
  29. <a href="settings">Settings</a> • <a href="api.txt">API</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a> • <a href="https://ko-fi.com/lolcat" rel="noreferrer" target="BLANK">Donate</a>
  30. <div class="subtext">
  31. Clearnet: <a href="https://4get.ca">4get.ca</a><br>
  32. Tor: <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion</a><br>
  33. Report a problem: <a href="https://lolcat.ca">lolcat.ca</a>
  34. </div>
  35. </div>
  36. <script src="/static/client.js?v4"></script>
  37. </body>
  38. </html>