From 82154a50411d0f5184a4954fcfc6f7b67b958d47 Mon Sep 17 00:00:00 2001 From: cbreton Date: Fri, 1 Oct 2021 16:57:36 +0200 Subject: Add first implementation of about page --- about.html | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 18 +++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..1f3edb0 --- /dev/null +++ b/about.html @@ -0,0 +1,87 @@ + + + + + + +

This infrastructure host and managed by neodarz and brodokk.

+ +
+Home +
+ + + diff --git a/index.html b/index.html index 255a62b..7f05545 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,20 @@ body { padding: 3px 0; } +.about { + position: absolute; + top:0; + left: 50px; + padding: 10px; + border: 1px solid white; + background: black; +} + +a { + text-decoration: none; + color: white; +} + @@ -118,5 +132,9 @@ body { +
+About +
+ -- cgit v1.2.1