summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/redirect.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html
new file mode 100644
index 0000000..a51d47e
--- /dev/null
+++ b/templates/layouts/redirect.html
@@ -0,0 +1,6 @@
1<div class="s-body">
2 <section class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines">
3 <h1 class="u-mt0"><span class="s-headlines__title-inner">Redirect</span></h1>
4 <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p>
5 </section>
6</div>