MastodonStartpage/web/about_es.php
pezcurrel 04e8a8ae4b ...
2020-04-13 18:43:00 +02:00

28 行
1.1 KiB
PHP
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

<body>
<nav>
<div id="hmenu">
<ul>
<?php echo($menuout); ?>
</ul>
</div>
</nav>
<div class="scrwide">
<div class="scrwidein">
<section class="sectcont">
<!-- needs translation -->
<h3>About</h3>
<p>This website is made by a group of enthusiastic Mastodon users, mainly from the italian Instance <a href="https://mastodon.bida.im">mastodon.bida.im</a>, and by other contributors from different Instances.</p>
<p>Here are some contacts of those involved</p>
<ul>
<li>Ca_Gi: <a href="https://mastodon.bida.im/@Ca_Gi">@Ca_Gi@mastodon.bida.im</a></li>
<li>Pongrèbio: <a href="https://mastodon.bida.im/@pongrebio" style="letter-spacing:-0.3px;">@pongrebio@mastodon.bida.im</a></li>
</ul>
<p>Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International license</a>.</p>
</section>
</div>
</div>
<div class="transrfh">
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnEs" target="_blank">here</a> if youd like to help
</div>
</body>