aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-07-19 20:36:50 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-07-19 20:39:41 +0200
commit614054a72e41af9e77964c01b7ab0da7dc5b27fb (patch)
tree888ab379d6852342d99f041fa5b09f4a5ece2d49 /templates/index.html
parent0e717b5dda55602aa3ef34991f9c7dd8762c678b (diff)
downloadreploy-614054a72e41af9e77964c01b7ab0da7dc5b27fb.tar.gz
reploy-614054a72e41af9e77964c01b7ab0da7dc5b27fb.tar.bz2
make the contents completely generic
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index 815e65a..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-{{> head.html}}
-<body>
-<script>
-// legacy querystring-based shortcut redirection (if you use this anywhere,
-// please try to avoid it; just removing the ? from the URL is a good way to
-// migrate.)
-var shortcut_link = window.location.search
-if(shortcut_link.length > 0 && shortcut_link[0]==='?') {
- setTimeout(function() {
- window.location.replace("{{root}}"+shortcut_link.substring(1))
- }, 1);
-}
-</script>
-{{> header.html}}
-{{> searchform.html}}
-{{> bigcards.html}}
-{{{body}}}
-{{> footer.html}}
-</body>
-</html>