antopie/end.inc.html

20 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2021-12-08 20:17:00 +01:00
<footer>
2021-10-12 00:04:01 +02:00
<div class="interlude">
<hr>
</div>
<div class="row padRow">
2022-02-11 20:51:10 +01:00
<a href="<?= clearnetOrOnion('https://miraty.antopie.org/fr/contact.html', 'http://miraty.sou4vla4k5peskbl3dlzhh3e6ve5eu3m3hhsmiidqevlsd6lqo3qq2ad.onion/fr/contact.html') ?>" class="button">Me contacter</a>
2021-10-12 00:04:01 +02:00
<br>
<?php if (DESTINATION === "onion") { ?>
2023-09-26 23:21:56 +02:00
<a href="https://antopie.org/<?= ($path_parts_target['filename'] === 'index') ? '' : ($path_parts_target['filename'] . '.html') ?>" class="button">Accès <abbr title="Domain Name System">DNS</abbr></a>
2021-10-12 00:04:01 +02:00
<?php } else { ?>
2023-09-26 23:21:56 +02:00
<a href="http://sou4vla4k5peskbl3dlzhh3e6ve5eu3m3hhsmiidqevlsd6lqo3qq2ad.onion/<?= ($path_parts_target['filename'] === 'index') ? '' : ($path_parts_target['filename'] . '.html') ?>" class="button">Accès Onion</a>
2021-10-12 00:04:01 +02:00
<?php } ?>
</div>
<div>
Services auto-hébergés avec datalove à Paris.
<br>
2022-02-11 20:51:10 +01:00
Les <a href="<?php echo clearnetOrOnion("https://code.antopie.org", "http://code.sou4vla4k5peskbl3dlzhh3e6ve5eu3m3hhsmiidqevlsd6lqo3qq2ad.onion"); ?>/Antopie/antopie">sources de ce site</a> sont publiées sous <abbr title="GNU Affero General Public License version 3 ou toute version ultérieure"><a href="LICENSE.en.html">AGPLv3</a>+</abbr>.
2021-10-12 00:04:01 +02:00
</div>
</footer>