From 18e3708fb628ffe6640ed09dcf3c5d337b8cb958 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Jul 2026 15:55:54 -0500 Subject: [PATCH] commit one --- index.html | 25 +++++++++++++++++++++++++ style.css | 7 +++++++ 2 files changed, 32 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..3616a0f --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + + + +[you@esse-est.cc:~]$ cat intro.txt +hi! this page serves as a directory for all services on esse-est.cc
+[you@esse-est.cc:~]$ ls -l links/ +total 7 +lrwxrwxrwx 1 Jan 1 00:00 homepage -> esse-est.cc +lrwxrwxrwx 1 Jan 1 00:00 jellyfin -> media.esse-est.cc +lrwxrwxrwx 1 Jan 1 00:00 sambashare -> smb.esse-est.cc +lrwxrwxrwx 1 Jan 1 00:00 dockerwatch -> logs.esse-est.cc +lrwxrwxrwx 1 Jan 1 00:00 gitea -> git.esse-est.cc +lrwxrwxrwx 1 Jan 1 00:00 trilium -> notes.esse-est.cc +lrwxrwxrwx 1 Jan 1 00:00 ssh -> ssh.esse-est.cc + +[you@esse-est.cc:~]$ exit
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..42b2167 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + color: white; + white-space: pre; + background-color: black; + font-size: 150%; + font-family: monospace; +}