links.html (1381B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Charles Baptista | Links</title> 5 <meta charset="utf-8"> 6 <link rel='stylesheet' type='text/css' href='style.css'> 7 <link rel="icon" type=image/png" href='./imgs/ovetenebrae.png'> 8 </head> 9 10 <body> 11 <header> 12 <h1><a href="./index.html">Charles Baptista</a></h1> 13 </header> 14 15 <div id="top_nav"> 16 <a href="./index.html">Home</a> 17 <a href="./tapestry.html">Tapestry</a> 18 <a href="./models.html">Models</a> 19 <a href="http://git.charlesbaptista.com">Git</a> 20 <a href="./dotfiles.html">dotfiles</a> 21 <b><a href="./links.html">Links</a></b> 22 </div> 23 24 <div id="side_nav"> 25 <br> 26 <li> 27 <a href="./fkik.html">Forward & Inverse Kinematics</a> 28 <a href="./rbtree.html">Red Black Trees</a> 29 </li> 30 </div> 31 32 <div id="center_content"> 33 <h3>Links</h3> 34 <p>Links to interesting places; just for fun.</p> 35 <p> 36 <a href=http://archives.nd.edu/whitaker/words.htm>archives.nd.edu/whitaker/words.htm</a><br> 37 <a href=http://homestarrunner.com/>homestarrunner.com/</a><br> 38 <a href=https://libreboot.org/>libreboot.org/</a><br> 39 <a href=https://sdp-si.com/eStore/CenterDistanceDesigner>sdp-si.com/eStore/CenterDistanceDesigner</a><br> 40 <a href=http://simonstalenhag.se/>simonstalenhag.se/</a><br> 41 <a href=https://typeof.net/Iosevka/>typeof.net/Iosevka/</a><br> 42 ssh bit@whisper.onthewifi.com<br> 43 <a href="https://www.wiby.me">wiby.me</a><br> 44 </p> 45 </div> 46 47 </body> 48 </html>