Ajout du compte Masto dédié d'Antopie

This commit is contained in:
Miraty 2019-10-23 16:48:28 +02:00
parent bc8fe37c46
commit adb2879983
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php include "inc/debut.php"; <?php include "inc/debut.php";
head("index.php"); ?> head("index.php"); ?>
<br>
<div id="pres"> <div id="pres">
<p> <p>
@ -8,8 +8,14 @@ head("index.php"); ?>
L'utilisation de ces services est régie par les <a href="cgu.php">conditions d'utilisation d'Antopie</a>. L'utilisation de ces services est régie par les <a href="cgu.php">conditions d'utilisation d'Antopie</a>.
</p> </p>
<p>
Si vous utilisez l'un de ces services, je vous invite à suivre le compte <a rel="me" href="https://miaou.drycat.fr/@Antopie">@Antopie@miaou.drycat.fr</a> par le Fédiverse ou <a href="https://miaou.drycat.fr/@Antopie.rss">par flux RSS</a>.
</p>
</div> </div>
<div id="services" class="grille-services"> <div id="services" class="grille-services">
<?php <?php
@ -120,7 +126,7 @@ $descService = array(
</p> </p>
<address id="contact"> <address id="contact">
N'hésitez pas à me contacter par mail : <a href="mailto:miraty+web@antopie.org"><code>miraty+web@antopie.org</code></a>, le Fédiverse : <a href="https://social.antopie.org/miraty"><code>@miraty@social.antopie.org</code></a>, ou Matrix : <code>@miraty:matrix.antopie.org</code>. N'hésitez pas à me contacter par mail : <a href="mailto:miraty+web@antopie.org"><code>miraty+web@antopie.org</code></a>, le Fédiverse : <a rel="me" href="https://social.antopie.org/miraty"><code>@miraty@social.antopie.org</code></a>, ou Matrix : <code>@miraty:matrix.antopie.org</code>.
</address> </address>

View File

@ -332,8 +332,6 @@ footer {
} }
#pres { #pres {
display: flex;
justify-content: center;
text-align: center; text-align: center;
} }