Add Rallly service to the index.html page.
This commit includes the addition of the Rallly service to the index.html file. Rallly is a free collaborative scheduling service similar to Doodle. It allows users to create polls and vote on them.
This commit is contained in:
parent
e0f1682eb2
commit
7afa397fe7
1 changed files with 10 additions and 0 deletions
10
index.html
10
index.html
|
@ -160,6 +160,16 @@
|
|||
>Go to private.cf</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Rallly</h3>
|
||||
<p>
|
||||
Rallly is a free collaborative scheduling service. It allows you
|
||||
to create polls and vote on them, similar to Doodle.
|
||||
</p>
|
||||
<a href="https://rallly.private.coffee/" class="btn btn-primary"
|
||||
>Go to Rallly</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Overleaf</h3>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue