about.html (2726B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <!--<html lang="en">--> 5 <title>[About]</title> 6 <meta charset="utf8"> 7 <link rel="stylesheet" type='text/css' href="style.css"> 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 </head> 10 <div class="wrapper"> 11 <pre class="center"> 12 <a href="/" class="logo"><img src=/pix/sky.jpg></a></pre><nav> 13 <p class="menu"></p> 14 <div class="menu"> 15 <a href="index.html"> 16 <img src=/favicon.ico align=left width=30></a> 17 <a href="/about.html">[About]</a> 18 <a href="/contact.html">[Contact]</a> 19 <p class="menu"></p> 20 </nav> 21 <h3 class="left"> 22 <div class="tops"> 23 </div> 24 <body> 25 <div class="tops"> 26 <h3>Other Links.</h3> 27 </div> 28 <body> 29 <div class="ll"> 30 ·<a href="https://git.wrpr.us">[Git]</a> 31 </div> 32 <div class="ll"> 33 ·<a href="gopher://wrpr.us">[Gopher]</a> 34 </div> 35 <div class="ll"> 36 ·<a href="http://wrpr.us:8000">[Gopher Proxy]</a> 37 </div> 38 <div class="ll"> 39 ·<a href="http://hli2ank4yulky7k2sk26s3ztah7sv4g5mwl5ujjtb2j54hfr5s5a.b32.i2p/">[I2P Eepsite]</a> 40 </div> 41 42 <div class="ll"> 43 ·<a href="http://kuef7ymer3yc6hpyam7m24icmud6cf4qwxob4qvrch7ercalc3gijrad.onion/">[Onion]</a> 44 </div> 45 <div class="ll"> 46 ·<a href="https://searx.wrpr.us">[Searx]</a> 47 </div> 48 <div class="l3"> 49 <p>BTC:</p> 50 <code><strong>bc1qdvk8nvw95t066cxq73w4ewfp8kahr84u2wgza5</strong></code> 51 </div> 52 <a href="pix/btc.png"> 53 <img class="qr" src="pix/btc.png"> 54 </a> 55 56 57 <div class="tops"> 58 <h3>About this Site.</h3> 59 </div> 60 <div class="ll"> <p> 61 This site was written in vanilla HTML and CSS; made to load as fast as possible, on any device, on nearly any connection.</p> 62 63 <h4>Privacy.</h4> 64 <p> 65 This site respects user privacy, there are no trackers, tracers, cookies or JavaScript of any kind. (Except on the SearXNG instance.) 66 </p> 67 68 <p><i>Site Last Updated: 12/13/24</i></p> 69 <footer> 70 <footer class="left"> 71 <a href="/"> 72 <img src="/favicon.ico" width="30"></a> 73 <a href="https://git.wrpr.us"> 74 <img src="/pix/git.png" width="30"></a> 75 76 </footer> 77 78 </body> 79 80 </html>