website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

BSD.html (1294B)


      1 <!DOCTYPE html>
      2 <html lang="en-GB">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta name="author" content="Shipwreckt">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <title>BSD 😈</title>
      8     <link rel="stylesheet" href="../../styles.css">
      9     <link rel="icon" href="../../Images/favi.png" type="image/x-icon">
     10   </head>
     11   <body>
     12     <header>
     13       <nav>
     14         <ul>
     15           <li><a href="../../index.html">Home</a></li>
     16           <li><a href="../../links.html">Links</a></li>
     17           <li><a href="../../projects.html">Projects</a></li>
     18           <li><a href="../../contact.html">Contact</a></li>
     19         </ul>
     20       </nav>
     21     </header>
     22     <main>
     23       <div class="tags"> <center>
     24           <h1>BSD 😈</h1> </center>
     25         <p>17-08-2024 - <a href="../07FishShell.html">Trying out fish 🐟</a></p>
     26         <p>27-07-2024 - <a href="../04Servers.html">Messing with servers</a></p>
     27         <p>22-07-2024 - <a href="../02FreeBSD.html">Trying out FreeBSD</a></p>
     28       </div>
     29 
     30       <div class="tags2"><hr>
     31         <h3>Other tags</h3>
     32         <pre><a href="Linux.html">Linux 🐧</a> | <a href="Hardware.html">Hardware 🖥</a> | <a href="Tech.html">Tech 🧑‍💻</a> | <a href="Life.html">Life 🍺</a></pre>
     33       </div>
     34     </main>
     35   </body>
     36 </html>