diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-05-11 17:47:34 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-05-11 17:47:34 +0200 |
commit | 931db09ce819ec743518ed4d0016fb0afeeb7513 (patch) | |
tree | 4228894ee139c17e6d8371051234a2598af02e8e | |
parent | 1ccfce7d9ba53c2812f179c3cff4ecc32e0329bc (diff) | |
download | metamuffin-website-931db09ce819ec743518ed4d0016fb0afeeb7513.tar metamuffin-website-931db09ce819ec743518ed4d0016fb0afeeb7513.tar.bz2 metamuffin-website-931db09ce819ec743518ed4d0016fb0afeeb7513.tar.zst |
updated services
-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]. |