diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 10:34:19 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 10:34:19 -0500 |
commit | 0d26219384c908999fbfa942c30e10d44c487899 (patch) | |
tree | 93193ffd91f21d6e22ace0a8ad3378bf129377ae /hosted.html | |
parent | db88cf6a17bf89759bf555647b14233b99be673c (diff) | |
download | 53hor-0d26219384c908999fbfa942c30e10d44c487899.tar.xz 53hor-0d26219384c908999fbfa942c30e10d44c487899.zip |
added posts as html, fixed nav, updated styles and images
Diffstat (limited to 'hosted.html')
-rw-r--r-- | hosted.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/hosted.html b/hosted.html new file mode 100644 index 0000000..5684e67 --- /dev/null +++ b/hosted.html @@ -0,0 +1,34 @@ +<h2>Self-Hosted Applications</h2> + +<ul> + <li>FreeBSD Package Repository</li> + <li>Nextcloud Files, Contacts, Calendars</li> + <li>Plex Media Streaming</li> + <li>Gitea</li> +</ul> + +<h2>Game Servers</h2> + +If I know you and you're welcome to join one of my game servers, you can find +those here. Non-public ones are password-protected. + +<ul> + <li> + <h3>[The Ultimate] Co-op (Chocolate Doom)</h3> + <a href="doom.53hor.net:3343">doom.53hor.net:3343</a> + </li> + <li> + <h3>DooM II (Chocolate Doom)</h3> + <a href="doom3.53hor.net:3343">doom3.53hor.net:3343</a> + </li> + <li> + <h3> + Skyrim Together (The Elder Scrolls V: Skyrim Special Edition w/ "Skyrim + Together" mod) + </h3> + <a href="st.53hor.net:10578">st.53hor.net:10578</a> + </li> + <li> + <h3>Vanilla Minecraft</h3> + </li> +</ul> |