commit 6ce148a96e591040a13470aaa0387e4e821dfd1d
parent c6d29a4ee0bed4d80440e4b654ec650297ec5ff9
Author: William <x@linear.codes>
Date: Sat, 14 Dec 2024 21:56:52 -0500
text support
Diffstat:
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/index.html b/index.html
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<head>
- <title>[wrpr.us]</title>
+ <title>[ wrpr.us ]</title>
<meta charset="utf8">
<link rel="stylesheet" type='text/css' href="style.css">
+ <link href="txtstyle.css" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
@@ -27,23 +28,22 @@
</div>
<body>
<div class="ll">
- ·<a href="https://git.wrpr.us">[Git]</a>
+ ·<a href="https://git.wrpr.us">Git</a>
</div>
- <div class="ll">
- ·<a href="gopher://wrpr.us">[Gopher]</a>
+ <div class="ll">
+ ·<a href="gopher://wrpr.us">Gopher</a>
</div>
<div class="ll">
- ·<a href="http://wrpr.us:8000">[Gopher Proxy]</a>
+ ·<a href="http://wrpr.us:8000">Gopher Proxy</a>
</div>
<div class="ll">
- ·<a href="http://hli2ank4yulky7k2sk26s3ztah7sv4g5mwl5ujjtb2j54hfr5s5a.b32.i2p/">[I2P Eepsite]</a>
+ ·<a href="http://hli2ank4yulky7k2sk26s3ztah7sv4g5mwl5ujjtb2j54hfr5s5a.b32.i2p/">I2P Eepsite</a>
</div>
-
<div class="ll">
- ·<a href="http://kuef7ymer3yc6hpyam7m24icmud6cf4qwxob4qvrch7ercalc3gijrad.onion/">[Onion]</a>
+ ·<a href="http://kuef7ymer3yc6hpyam7m24icmud6cf4qwxob4qvrch7ercalc3gijrad.onion/">Onion</a>
</div>
<div class="ll">
- ·<a href="https://searx.wrpr.us">[Searx]</a>
+ ·<a href="https://searx.wrpr.us">Searx</a>
</div>
<div class="l3">
<p>BTC:</p>
@@ -65,7 +65,9 @@
This site respects user privacy, there are no trackers, tracers, cookies or JavaScript of any kind. (Except on the SearXNG instance.)
</p>
- <p><i>Site Last Updated: 12/13/24</i></p>
+ <div id="list"><p><iframe src="robots.txt" width=200 height=400 frameborder=0 ></iframe></p></div>
+
+ <p><i>Site Last Updated: 12/13/24</i></p>
<footer>
<footer class="left">
<a href="/">
diff --git a/textstyle.css b/textstyle.css
@@ -0,0 +1 @@
+ html, body {font-family:Helvetica, Arial, sans-serif}