diff options
Diffstat (limited to 'views/services.pug')
-rw-r--r-- | views/services.pug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/services.pug b/views/services.pug new file mode 100644 index 0000000..24221ea --- /dev/null +++ b/views/services.pug @@ -0,0 +1,11 @@ +//- SPDX-License-Identifier: AGPL-3.0-only +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. + ul + li #[a(href="https://lsvp.metamuffin.org") lsvp.metamuffin.org] - libresyncedvideoplayer + li #[a(href="https://meet.metamuffin.org") meet.metamuffin.org] - keks-meet + + p if you have any suggestions on how to extent the range of services provided, #[a(href="./contact") contact me]. |