37 lines
824 B
HTML
37 lines
824 B
HTML
<!-- this file is a template for rebranding of 'branding/locales/html/de/faq.html' -->
|
|
|
|
<!-- template for the 'FAQ' from the old HC network. in the old repo you will find other languages as well -->
|
|
|
|
<h2 style="margin-top: 8px; margin-bottom: 0px;">
|
|
For the social network of {{ organization }}
|
|
</h2>
|
|
<br>
|
|
<h3 class="headline">
|
|
How do I operate this network?
|
|
</h3>
|
|
<br>
|
|
<p class="paragraph">
|
|
Here you can find the
|
|
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >user manual</a>.<br>
|
|
</p>
|
|
<br>
|
|
|
|
<style type="text/css">
|
|
.headline {
|
|
margin-top: 8px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.paragraph {
|
|
margin-top: 0px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.info-page-list {
|
|
list-style-type: disc;
|
|
margin-left: 14px;
|
|
margin-top: 0px;
|
|
margin-bottom: 8px;
|
|
}
|
|
</style>
|