diff options
author | Adam Stück <adam@adast.xyz> | 2023-12-18 16:16:53 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-12-18 16:16:53 +0100 |
commit | 996e62f307de39b91f691356cea473f8ef1b0fc6 (patch) | |
tree | 78c785d896b9cc536d2282aebd7d6069efb83725 /build | |
parent | dfde22c5d3b83e19d054a5e5290260def2a5faf0 (diff) |
services: add minecraft
Diffstat (limited to 'build')
-rw-r--r-- | build/atom.xml | 2 | ||||
-rw-r--r-- | build/services/index.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/atom.xml b/build/atom.xml index 874d71d..66e3f39 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -2,7 +2,7 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <title>Adam Stück's blog</title> <link href="https://adast.dk/atom.xml" rel="self" /> - <updated>2023-12-18T00:47:23Z</updated> + <updated>2023-12-18T16:16:40Z</updated> <author> <name>Adam Stück</name> </author> diff --git a/build/services/index.html b/build/services/index.html index e4dec24..644d36d 100644 --- a/build/services/index.html +++ b/build/services/index.html @@ -16,6 +16,7 @@ <main> <h1>Services</h1> <ul> +<li>Minecraft: mc.adast.dk</li> <li><a href="mumble://mumble.adast.dk">Mumble</a>: Low-latency voice chat</li> <li><a href="https://cloud.adast.dk">Nextcloud</a>: Cloud, calendar, contacts</li> <li><a href="https://tv.adast.dk">PeerTube</a>: Video/stream platform</li> |