diff options
author | lolcat <will@lolcat.ca> | 2025-08-11 01:55:15 +0000 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2025-08-11 01:55:15 +0000 |
commit | cdf958d29333d448f4521f4d2faa2592b58e9b27 (patch) | |
tree | 528f2a0ffa789a6f4279d9f54a4a2aaf391f390f /template/instances.html | |
download | shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.gz shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.bz2 shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.zip |
fix wikipedia crashgrafted
Diffstat (limited to 'template/instances.html')
-rw-r--r-- | template/instances.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/template/instances.html b/template/instances.html new file mode 100644 index 0000000..06752c0 --- /dev/null +++ b/template/instances.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> + <title>Instance browser</title> + <link title="{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml"> + <link rel="stylesheet" href="/static/style.css?v{%version%}"> + {%style%} + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta name="robots" content="index,follow"> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <meta name="description" content="{%server_name%}: Instances"> +</head> +<body class="instances"> + <h1>Instance browser</h1> + 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> + <noscript> + <div class="quote">For a better experience, whitelist javascript usage on this page.</div> + <table> + <thead> + <tr> + <th class="expand">Server</th> + </tr> + </thead> + <tbody> + {%instances_html%} + </tbody> + </table> + </noscript> + <a href="../" class="go-back">< Go back</a> + <div id="popup-bg"></div> + <div class="popup-wrapper"> + <div class="popup"></div> + </div> + <script src="static/serverping.js?v{%version%}"></script> +</body> +</html> |