home.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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">
  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. <img src="{%banner%}" alt="4get">
  18. </div>
  19. <div class="searchbox">
  20. <input type="submit" value="Search" tabindex="-1">
  21. <div class="wrapper">
  22. <input type="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus>
  23. </div>
  24. <div class="autocomplete"></div>
  25. </div>
  26. </form>
  27. <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>
  28. <div class="subtext">
  29. Clearnet: <a href="https://4get.ca">4get.ca</a><br>
  30. Tor: <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion</a><br>
  31. Report a problem: <a href="https://lolcat.ca/contact">lolcat.ca/contact</a>
  32. </div>
  33. </div>
  34. <script src="/static/client.js"></script>
  35. </body>
  36. </html>