blob: 2d8e4cba78b3b4adc2e2486cc2aab242104e4611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//- SPDX-License-Identifier: AGPL-3.0-only
extends layout
block content
h2 services
p metamuffin.org offers some free and gratis services:
ul
li #[a(href="https://lsvp.metamuffin.org") lsvp.metamuffin.org] - libresyncedvideoplayer
li #[a(href="https://meet.metamuffin.org") meet.metamuffin.org] - keks-meet
li #[a(href="https://s.metamuffin.org") s.metamuffin.org] - static file hosting (see #[a(href="/projects") projects])
li #[a(href="https://social.metamuffin.org") social.metamuffin.org] - misskey instance (view-only, does not accept registrations)
li #[a(href="https://git.metamuffin.org") git.metamuffin.org] - cgit for my personal repository (also ro ofc)
p please only use these services to an extent that does not interfer with usage of others and the servers performance.
p if you have any suggestions for improvements, #[a(href="./contact") contact me].
|