diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:36:45 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:36:45 -0500 |
commit | 13aa6d5b7d7ca3a23bad0b8ea6b87f07696955cd (patch) | |
tree | 44d0125bf10c66be1e6304d503cde357234fbcca /hosted.html | |
parent | 71a1b39debe85c7878a37e884b18aecd53abc805 (diff) | |
download | 53hor-13aa6d5b7d7ca3a23bad0b8ea6b87f07696955cd.tar.xz 53hor-13aa6d5b7d7ca3a23bad0b8ea6b87f07696955cd.zip |
added a bunch of ideas to drafts
Diffstat (limited to 'hosted.html')
-rw-r--r-- | hosted.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/hosted.html b/hosted.html index 073b8cc..23e3a74 100644 --- a/hosted.html +++ b/hosted.html @@ -8,7 +8,10 @@ property="og:description" content="The World Wide Web pages of Adam Carpenter" /> - <meta property="og:image" content="https://nextcloud.53hor.net/s/iBGxB7P3BKRbj9P/preview" /> + <meta + property="og:image" + content="https://nextcloud.53hor.net/s/iBGxB7P3BKRbj9P/preview" + /> <meta property="og:site_name" content="53hor.net" /> <meta property="og:title" content="Self-Hosted Stuff" /> <meta property="og:type" content="website" /> @@ -60,10 +63,20 @@ <h2>Applications</h2> <ul> - <li>FreeBSD Package Repository</li> - <li>Nextcloud Files, Contacts, Calendars</li> - <li>Plex Media Streaming</li> - <li>Gitea</li> + <li> + <a href="https://pkg.53hor.net"> FreeBSD Package Repository </a> + </li> + <li> + <a href="https://nextcloud.53hor.net"> + Nextcloud Files, Contacts, Calendars + </a> + </li> + <li> + <a href="https://plex.53hor.net">Plex Media Streaming</a> + </li> + <li> + <a href="https://git.53hor.net">Gitea</a> + </li> </ul> <h2>Game Servers</h2> |