commit 46b4f8f4f8e23217ce43bc1d14ac3a2846c1bca2 Author: Thomas Weinhold Date: Tue Sep 23 02:16:42 2025 +0200 save initial status diff --git a/www_htdocs/images/background.png b/www_htdocs/images/background.png new file mode 100755 index 0000000..fca2e3b Binary files /dev/null and b/www_htdocs/images/background.png differ diff --git a/www_htdocs/images/favicon.svg b/www_htdocs/images/favicon.svg new file mode 100644 index 0000000..5f6304b --- /dev/null +++ b/www_htdocs/images/favicon.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/www_htdocs/images/saturn.svg b/www_htdocs/images/saturn.svg new file mode 100644 index 0000000..7c8b004 --- /dev/null +++ b/www_htdocs/images/saturn.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + Saturn + + diff --git a/www_htdocs/index.php b/www_htdocs/index.php new file mode 100644 index 0000000..e7c0138 --- /dev/null +++ b/www_htdocs/index.php @@ -0,0 +1,29 @@ + + + + Saturn + + + + + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + diff --git a/www_htdocs/phpinfo.php b/www_htdocs/phpinfo.php new file mode 100644 index 0000000..e2b4c37 --- /dev/null +++ b/www_htdocs/phpinfo.php @@ -0,0 +1,3 @@ + diff --git a/www_htdocs/service_logos/forgejo.svg b/www_htdocs/service_logos/forgejo.svg new file mode 100644 index 0000000..b73856d --- /dev/null +++ b/www_htdocs/service_logos/forgejo.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/www_htdocs/service_logos/monitorix.png b/www_htdocs/service_logos/monitorix.png new file mode 100644 index 0000000..7ed3e51 Binary files /dev/null and b/www_htdocs/service_logos/monitorix.png differ diff --git a/www_htdocs/service_logos/monitorix.xcf b/www_htdocs/service_logos/monitorix.xcf new file mode 100644 index 0000000..c5dffac Binary files /dev/null and b/www_htdocs/service_logos/monitorix.xcf differ diff --git a/www_htdocs/style.css b/www_htdocs/style.css new file mode 100644 index 0000000..764ad4b --- /dev/null +++ b/www_htdocs/style.css @@ -0,0 +1,31 @@ +body { + background-color: black; + background-image: url("images/background.png"); + background-attachment: fixed; + font-family: sans-serif; +} + +div#SaturnLogo { + display: block; + width: 100%; + text-align: center; + margin-top: 3em; + margin-bottom: 10em; +} + +div#ServicesGrid { + max-width: 80%; + gap: 2em; + margin: auto; + + display: flex; + flex-direction: row +} + +div#ServicesGrid div { + margin +} + +div#ServicesGrid img { + height: 5em; +}