commit 18e3708fb628ffe6640ed09dcf3c5d337b8cb958 Author: root Date: Mon Jul 27 15:55:54 2026 -0500 commit one 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; +}