diff options
-rw-r--r-- | views/services.pug | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/views/services.pug b/views/services.pug index 4aacc38..2d8e4cb 100644 --- a/views/services.pug +++ b/views/services.pug @@ -3,11 +3,12 @@ extends layout block content h2 services - p metamuffin.org offers some free and gratis services. please only use these services to an extent that does not interfer with usage of others and the servers performance. + 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 though) - + 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]. |