mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-16 09:54:41 +00:00
37 lines
798 B
HTML
37 lines
798 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 class="headline">
|
|
Für das soziale Netzwerk Helfa.Social
|
|
</h2>
|
|
<br>
|
|
<h3 class="headline">
|
|
Wie bediene ich dieses Netzwerk?
|
|
</h3>
|
|
<br>
|
|
<p class="paragraph">
|
|
Hier findest Du die
|
|
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >Bedienungsanleitung</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>
|