myheats-website

Website for myheats
git clone https://git.in0rdr.ch/myheats-website.git
Log | Files | Refs | README | LICENSE

commit 47093ca020f589f991b97b497090053cc30f9252
parent 1d04b8594e72f2c8070c5906e6cb548f6a70230f
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 20 Apr 2023 23:07:01 +0200

feat: link to documentation

Diffstat:
Mindex.html | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -17,6 +17,14 @@ title: Home <a href="https://web.libera.chat/gamja/#myheats">#myheats</a> or on <a href="https://m.in0rdr.ch/@in0rdr">Mastodon</a>. </p> </div> + <header class="page-header"> + <h1 class="page-title">Documentation and Self-Hosting</h1> + </header> + <div class="page-content"> + <p> + Clone the code and read the docs (<a href="https://code.in0rdr.ch/myheats/file/README.md.html">README.md</a>) to host your own instance. + </p> + </div> </div> </section>