forked from miraty/web
Fix page 404
This commit is contained in:
parent
61086b06e0
commit
bc8fe37c46
6 changed files with 40 additions and 9 deletions
13
404.php
13
404.php
|
@ -4,14 +4,15 @@ head("404.php"); ?>
|
|||
|
||||
<div class="img404">
|
||||
|
||||
<img width="50%" src="img/404fourmie.png" alt="Le texte 'erreur 404' en train d'être mangé par des fourmies"/>
|
||||
<img width="40%" src="img/404fourmie.png" alt="Le texte 'erreur 404' en train d'être mangé par des fourmies"/>
|
||||
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
|
||||
<h2>La page à laquelle vous avez tenté d'accéder a été dévorée par une armée de fourmies affamées !</h2>
|
||||
<br><br>
|
||||
<a href="https://www.antopie.org" class="button special icon-home">
|
||||
Retour à la page d'accueil
|
||||
<p>La page à laquelle vous avez tenté d'accéder a été Antièrement dévorée par une armée de fourmies affamées !</p>
|
||||
|
||||
<a href="./" class="boutton big smallspecial icon-home">
|
||||
Page d'accueil
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<?php include "inc/footer.php"; ?>
|
||||
|
|
BIN
img/lri.png
Normal file
BIN
img/lri.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
|
@ -30,6 +30,17 @@ function head($adresse) {
|
|||
</head>
|
||||
|
||||
<body lang="fr">
|
||||
<aside id="contLRI">
|
||||
<img title="<?php
|
||||
if (date('W', time())%2 == 0) {
|
||||
echo "Bénis soient ses Sabots sacrés";
|
||||
} else if (date('W', time())%2 == 1) {
|
||||
echo "Bénis soient ses saints Sabots";
|
||||
} else {
|
||||
echo "Le Jour de l'Avoine et du Foin est arrivé !";
|
||||
}
|
||||
?>" id="LRI" src="img/lri.png">
|
||||
</aside>
|
||||
<header>
|
||||
<a id="header" href=".">
|
||||
<div class="logo"><img src="img/antopie.png" width="100%" alt="Logo Ant" /></div>
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<br>
|
||||
Créé par Miraty avec HTML, Less et PHP ; servi par Nginx sous Debian/YunoHost.
|
||||
<br>
|
||||
Images Ant, Antopie.org et erreur 404 créées par Zarkaa.
|
||||
Images Ant, Antopie.org et erreur 404 créées par Zarkaa sous <abbr title="Creative Commons - Attribution - Partage dans les mêmes conditions">CC-BY-SA</abbr>.
|
||||
</div>
|
||||
<div class="gomeza animated slideInUp" id="gomeza" onclick='var div = document.getElementById("gomeza"), display = getComputedStyle(div, null).display; document.getElementById("gomeza").style.display = "none";'>
|
||||
<div class="gomez-items-wrap">
|
||||
|
|
|
@ -119,9 +119,9 @@ $descService = array(
|
|||
<a href="https://retency.antopie.org/">Excluez une adresse MAC</a> du pistage publicitaire effectué par Retency. <a href="https://framagit.org/Mindiell/retency">Plus d'infos</a>
|
||||
</p>
|
||||
|
||||
<adress 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>.
|
||||
</adress>
|
||||
</address>
|
||||
|
||||
|
||||
<?php include "inc/footer.php"; ?>
|
||||
|
|
19
style.less
19
style.less
|
@ -135,6 +135,10 @@ body, code {
|
|||
|
||||
}
|
||||
|
||||
address {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
.grille-services {
|
||||
display: grid;
|
||||
|
@ -391,6 +395,21 @@ font-size: 110%;
|
|||
|
||||
}
|
||||
|
||||
#LRI {
|
||||
color: pink !important;
|
||||
aime: "les pizza ananas-champignons";
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
@media (max-width: 1000px) {
|
||||
width: 8px;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.in92pack {
|
||||
color: @fond !important;
|
||||
text-decoration: none !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue