aboutsummaryrefslogtreecommitdiffstats
path: root/template/search.html
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-08-11 01:55:15 +0000
committerlolcat <will@lolcat.ca>2025-08-11 01:55:15 +0000
commitcdf958d29333d448f4521f4d2faa2592b58e9b27 (patch)
tree528f2a0ffa789a6f4279d9f54a4a2aaf391f390f /template/search.html
downloadshittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.gz
shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.tar.bz2
shittyweb-search-cdf958d29333d448f4521f4d2faa2592b58e9b27.zip
fix wikipedia crashgrafted
Diffstat (limited to 'template/search.html')
-rw-r--r--template/search.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/template/search.html b/template/search.html
new file mode 100644
index 0000000..e1c979c
--- /dev/null
+++ b/template/search.html
@@ -0,0 +1,17 @@
+ {%timetaken%}
+ <div id="overflow" class="web{%class%}">
+ <div class="right-wrapper">
+ <div class="right-right">
+ {%right-right%}
+ </div>
+ <div class="right-left">
+ {%right-left%}
+ </div>
+ </div>
+ <div class="left">
+ {%left%}
+ </div>
+ </div>
+ <script src="/static/client.js?v{%version%}"></script>
+ </body>
+</html>