commit one

This commit is contained in:
foo
2026-07-27 15:55:54 -05:00
commit 18e3708fb6
2 changed files with 32 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://esse-est.cc/style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Martian+Mono:[email protected]&display=swap" rel="stylesheet">
</head>
<body>[[email protected]:~]$ cat intro.txt
hi! this page serves as a directory for all services on esse-est.cc </br>
[[email protected]:~]$ ls -l links/
total 7
lrwxrwxrwx 1 Jan 1 00:00 homepage -> <a href="https://esse-est.cc">esse-est.cc</a>
lrwxrwxrwx 1 Jan 1 00:00 jellyfin -> <a href="https://media.esse-est.cc">media.esse-est.cc</a>
lrwxrwxrwx 1 Jan 1 00:00 sambashare -> <a href="smb://smb.esse-est.cc">smb.esse-est.cc</a>
lrwxrwxrwx 1 Jan 1 00:00 dockerwatch -> <a href="https://logs.esse-est.cc">logs.esse-est.cc</a>
lrwxrwxrwx 1 Jan 1 00:00 gitea -> <a href="https://git.esse-est.cc">git.esse-est.cc</a>
lrwxrwxrwx 1 Jan 1 00:00 trilium -> <a href="https://notes.esse-est.cc">notes.esse-est.cc</a>
lrwxrwxrwx 1 Jan 1 00:00 ssh -> <a href="ssh://ssh.esse-est.cc">ssh.esse-est.cc</a>
[[email protected]:~]$ exit</br>
</body>
</html>
+7
View File
@@ -0,0 +1,7 @@
body {
color: white;
white-space: pre;
background-color: black;
font-size: 150%;
font-family: monospace;
}