summaryrefslogtreecommitdiffstats
path: root/templates/layouts/redirect.html
blob: a51d47e082135b59b803a8e0cdb50c54dcba0aa5 (plain) (blame)
1
2
3
4
5
6
<div class="s-body">
    <section class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines">
        <h1 class="u-mt0"><span class="s-headlines__title-inner">Redirect</span></h1>
        <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p>
    </section>
</div>