Selaa lähdekoodia

Update 'index.php'

added section with selfhosted services
computer_glamour 5 tuntia sitten
vanhempi
sitoutus
96a74f55c2
1 muutettua tiedostoa jossa 10 lisäystä ja 2 poistoa
  1. 10 2
      index.php

+ 10 - 2
index.php

@@ -29,7 +29,6 @@ window.addEventListener("load", (event) => {
 <img src="./wordart_pink.png" class="small-pic">
 
         <a href="./blog">Blog</a>
-        <a href="./xmpp.html">XMPP</a>
         <a href="./pgp.html">PGP</a>
         <a href="./about.html">About me</a>
         <a href="https://git.glamour.ovh/computer_glamour">My Git</a>
@@ -68,6 +67,16 @@ Follow me on fediverse: <a class="no-button" href="https://glamour.ovh/computer"
 Link to the instance: <a class="no-button" href="https://glamour.ovh">https://glamour.ovh</a>
 </p>
 
+</div>
+<div class="container bio">
+ <h2>Selfhosted services</h2>
+
+        <a href="./xmpp">XMPP server</a>
+        <a href="https://glamour.ovh">Fediverse</a>
+        <a href="https://git.glamour.ovh/">Git</a>
+        <a href="https://git.glamour.ovh/computer_glamour">PrivateBin</a>
+
+
 </div>
 <div class="container bio">
             <h2>About Me</h2>
@@ -321,4 +330,3 @@ You can download the web button or fetch it from my website.
 </body>
 
 </html>
-