website

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

Temp (1165B)


      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>CHANGE</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       <h2>Title</h2>
     24       <h3>Date: </h3>
     25       <hr>
     26       <h2>Introduction</h2>
     27       <h2>What is X ?</h2>
     28       <h2>Why X ?</h2>
     29       <h3>What I like about X</h3>
     30       <h3>What I dislike about X</h3>
     31       <h2>Overview</h2>
     32 
     33       <center><hr>
     34         <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux.html">More Linux 🐧</a> | <a href="tags/BSD.html">More BSD 😈</a> | <a href="tags/Tech.html">More Tech 🧑‍💻</a> </pre>
     35       </center>
     36     </main>
     37   </body>
     38 </html>
     39