index.html (1311B)
1 <!DOCTYPE html> 2 <html lang="en_GB"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Shipwreckt on ESSE</title> 7 <link rel="stylesheet" href="main.css"> 8 <link rel="icon" type="image/png" href="./dredd.png"> 9 </head> 10 11 <body> 12 <header> 13 <h1> 14 <img src="dredd.png" alt="Profile picture" width= "75px" class="pfp"> 15 <u>DFL Shipwreckt @ ESSE</u> 16 </h1> 17 18 <nav> 19 <pre><a href="/">Project page</a> | <a href="https://pgp.esse-box.uk">PGP</a></pre> 20 <hr> 21 </nav> 22 </header> 23 24 <p>Good day to all that may read this. You are currently reading my personal page on ESSE. That being the Experimental Shared System Environment.</p> 25 26 <h2>Role on ESSE</h2> 27 <p>On the experimental shell system environment I am a owner, along with the co-owner <a href="/~gositi">Gositi</a>. I use the system, play with it, and all of that stuff. But I still abide by the rules which are set in stone.</p> 28 29 <hr> 30 <h2>Contact info</h2> 31 <ul> 32 <li>Website: <a href="https://shipwreckt.co.uk">Shipwreckt.co.uk</a></li> 33 <li>Mail: <a href="mailto:me@shipwreckt.co.uk">Me@shipwreckt.co.uk</a></li> 34 <li>server mail: shipwreckt@localhost</a></li> 35 </ul> 36 37 <footer> 38 <hr> 39 <p><a href="SV/index.html">SV</a> 40 </footer> 41 42 </body> 43 </html>