summaryrefslogtreecommitdiffstats
path: root/templates/layouts/redirect.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-14 16:42:53 +0100
committerVolpeon <git@volpeon.ink>2021-11-14 16:42:53 +0100
commit2dead666540586544c7628022ac71c60e4f27902 (patch)
treefbdb3769ee217364e5e1a63602e5bb8f0714c532 /templates/layouts/redirect.html
parentOptimized layout structure (diff)
downloadvolpeon.ink-2dead666540586544c7628022ac71c60e4f27902.tar.gz
volpeon.ink-2dead666540586544c7628022ac71c60e4f27902.tar.bz2
volpeon.ink-2dead666540586544c7628022ac71c60e4f27902.zip
Improved semantic structure
Diffstat (limited to 'templates/layouts/redirect.html')
-rw-r--r--templates/layouts/redirect.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html
index 457b4fe..ce48f59 100644
--- a/templates/layouts/redirect.html
+++ b/templates/layouts/redirect.html
@@ -1,4 +1,4 @@
1<div class="s-body s-colored-links s-headlines"> 1<article class="s-body s-colored-links s-headlines">
2 <h1 class="u-mt0"><span class="s-headlines__title-inner">Redirect</span></h1> 2 <h1 class="u-mt0"><span class="s-headlines__title-inner">Redirect</span></h1>
3 <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p> 3 <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p>
4</div> 4</article>