From a37756c6fa827aa0c42cfaf62124dcf1a19d623f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Fri, 15 Sep 2023 01:48:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(alias):=20style=20redirect=20p?= =?UTF-8?q?age=20(#156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 11 +++++++++++ templates/internal/alias.html | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 templates/internal/alias.html diff --git a/sass/main.scss b/sass/main.scss index 0298b8a..28bb0a8 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -238,6 +238,17 @@ strong { text-align: center; } +.center-content { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin: 0; + width: 100%; + height: 100vh; + text-align: center; +} + .subheader { margin-bottom: 2rem; } diff --git a/templates/internal/alias.html b/templates/internal/alias.html new file mode 100644 index 0000000..f56f769 --- /dev/null +++ b/templates/internal/alias.html @@ -0,0 +1,13 @@ + + + + + + + + Redirect + + +

Click here to be redirected.

+ +