]> git.f4mnq.fr Git - site-web-pro.git/commitdiff
Plus de détails sur le MPRIng
authorAmélia Coutard-Sander <git@f4mnq.fr>
Wed, 7 Jan 2026 13:58:53 +0000 (14:58 +0100)
committerAmélia Coutard-Sander <git@f4mnq.fr>
Wed, 7 Jan 2026 13:58:53 +0000 (14:58 +0100)
mpring/index.html
mpring/style.css

index a17125683b002396da1e1b3c98e72db935d2b223..8e64f7597fa42e2fa31b10d20932d52bf4617102 100644 (file)
@@ -4,9 +4,11 @@
        <link rel="stylesheet" href="/style.css" />
 </head>
 <body>
-       <p> Le MPRIng est un webring créé par et pour mes ami·e·s et moi. Si
-       vous voulez être dessus, contactez-moi, de toute façon vous ne pouvez
-       être dessus que si on se connait. </p>
+       <p> Le MPRIng est un webring créé par et pour mes ami·e·s et <a
+               href="https://www.f4mnq.fr">moi</a>. Le nom est une blague, il
+       n'est ni réservé ni offert aux MPRIs en général. Si vous voulez être
+       dessus, contactez-moi, de toute façon vous ne pouvez être dessus que si
+       on se connait. </p>
 
        </p> Bisous. </p>
 </body>
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5f3971008eb4ba2356a2e93ce70655cd26b37220 100644 (file)
@@ -0,0 +1,24 @@
+@media (prefers-color-scheme: light) {
+body {
+       background-color: #ffc;
+       color: #000;
+}
+a {
+       color: #099;
+}
+a:visited {
+       color: #c3c;
+}
+}
+@media (prefers-color-scheme: dark) {
+body {
+       background-color: #003;
+       color: #fff;
+}
+a {
+       color: #ff9;
+}
+a:visited {
+       color: #f99;
+}
+}