forked from miraty/web
Ajout du compte Masto dédié d'Antopie
This commit is contained in:
parent
bc8fe37c46
commit
adb2879983
2 changed files with 8 additions and 4 deletions
10
index.php
10
index.php
|
@ -1,6 +1,6 @@
|
|||
<?php include "inc/debut.php";
|
||||
head("index.php"); ?>
|
||||
|
||||
<br>
|
||||
<div id="pres">
|
||||
<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>.
|
||||
|
||||
</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 id="services" class="grille-services">
|
||||
|
||||
<?php
|
||||
|
@ -120,7 +126,7 @@ $descService = array(
|
|||
</p>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
@ -332,8 +332,6 @@ footer {
|
|||
}
|
||||
|
||||
#pres {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue