mpercivalxyz

this website!
Log | Files | Refs | README

library.html (1162B)


      1 <head>
      2 <title>Personal Library</title>
      3 <meta charset="utf-8">
      4 <meta name="author" content="mpizzzle">
      5 <link href="style.css" rel="stylesheet">
      6 <link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ >
      7 </head>
      8 <body>
      9 <nav>
     10   <div class="nav-container">
     11     <div class="nav-element">
     12       <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p>
     13     </div>
     14     <div class="nav-element">
     15       <p><a href="index.html">home</a> |
     16          <a href="2020.html">thoughts</a> |
     17          <a href="software.html">software</a> |
     18          <a href="hardware.html">hardware</a> |
     19          <a href="library.html">library</a> |
     20          <a href="shaders.html">shaders</a></p>
     21     </div>
     22     <div class="nav-element">
     23       <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p>
     24     </div>
     25   </div>
     26 </nav>
     27 <div class="main">
     28 Fiction
     29 Non-Fiction
     30 </div>
     31 </body>