From 794b0b1024bcd2afebbd0f3c95e5dc5f0ec8aa74 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 26 Jul 2023 17:52:50 +0200 Subject: [PATCH] Add redirect html --- index.html | 15 ++------------- redirect.html | 17 +++++++++++++++++ style.css | 22 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 13 deletions(-) create mode 100644 redirect.html create mode 100644 style.css diff --git a/index.html b/index.html index 4d15596..dffaec6 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,11 @@ - +
diff --git a/redirect.html b/redirect.html new file mode 100644 index 0000000..c69be92 --- /dev/null +++ b/redirect.html @@ -0,0 +1,17 @@ + + + + + +
+ +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..bb83788 --- /dev/null +++ b/style.css @@ -0,0 +1,22 @@ +body { + font-family: Noto Sans, sans serif; + min-height: 1vh; +} +.banner { + margin: 10%; + font-size: 2em; +} +.content { + margin: 0 10%; +} + +.container { + display: flex; + align-items: center; + justify-content: center; + height: 100%; +} + +.centered { + margin: auto; +}