diff options
Diffstat (limited to 'templates/layouts/redirect.html')
-rw-r--r-- | templates/layouts/redirect.html | 6 |
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> | ||