From 12f997179a10e910179585af94a8f0648c177e15 Mon Sep 17 00:00:00 2001 From: lms Date: Thu, 19 Dec 2024 23:20:59 -0500 Subject: [PATCH] Initial Commit --- .htaccess | 1 + index.html | 29 +++++++++++++++++++++++++++++ styles.css | 13 +++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 .htaccess create mode 100644 index.html create mode 100644 styles.css diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..35caa4a --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.html \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e7d5f6d --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ + + + + Loki Multi-Server Hub + + + + +

Use the links below for useful navigation:

+ +



General Information

+

Loki is a home multiserver and has various different services running on it. It has the following services: +

+

+ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..f29a97b --- /dev/null +++ b/styles.css @@ -0,0 +1,13 @@ +body { + background-color: #f2f2f2; /* light gray */ + font-family: Arial, sans-serif; + } + + h1 { + color: #00698f; /* blue */ + } + + p { + font-size: 18px; + margin-bottom: 20px; + } \ No newline at end of file