summaryrefslogtreecommitdiff
path: root/template/search.html
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-07-22 14:41:14 -0400
committerlolcat <will@lolcat.ca>2023-07-22 14:41:14 -0400
commitbca265aea67ec62499aaa113a6490ce9ec7fe730 (patch)
tree3f05ec5ea542e41b474947e180034f42e99648e9 /template/search.html
still missing things on google scraper
Diffstat (limited to 'template/search.html')
-rw-r--r--template/search.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/template/search.html b/template/search.html
new file mode 100644
index 0000000..bbfbb54
--- /dev/null
+++ b/template/search.html
@@ -0,0 +1,16 @@
+ <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"></script>
+ </body>
+</html>