instances.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  5. <title>Instance browser</title>
  6. <link title="​{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml">
  7. <link rel="stylesheet" href="/static/style.css?v{%version%}">
  8. {%style%}
  9. <meta name="viewport" content="width=device-width,initial-scale=1">
  10. <meta name="robots" content="index,follow">
  11. <link rel="icon" type="image/x-icon" href="/favicon.ico">
  12. <meta name="description" content="{%server_name%}: Instances">
  13. </head>
  14. <body class="instances">
  15. <h1>Instance browser</h1>
  16. Learn how to setup your own instance here! <a href="https://git.lolcat.ca/lolcat/4get" target="_BLANK">https://git.lolcat.ca/lolcat/4get</a>
  17. <noscript>
  18. <div class="quote">For a better experience, whitelist javascript usage on this page.</div>
  19. <table>
  20. <thead>
  21. <tr>
  22. <th class="expand">Server</th>
  23. </tr>
  24. </thead>
  25. <tbody>
  26. {%instances_html%}
  27. </tbody>
  28. </table>
  29. </noscript>
  30. <a href="../" class="go-back">&lt; Go back</a>
  31. <div id="popup-bg"></div>
  32. <div class="popup-wrapper">
  33. <div class="popup"></div>
  34. </div>
  35. <script src="static/serverping.js?v{%version%}"></script>
  36. </body>
  37. </html>