commit 12f997179a10e910179585af94a8f0648c177e15 Author: lms Date: Thu Dec 19 23:20:59 2024 -0500 Initial Commit 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