wrpr.us

Source for wrpr.us
Log | Files | Refs

commit 51d361b78f3b60f3b84c56d0189eb56637e1fa69
Author: William (wrpr.us) <x@linear.codes>
Date:   Thu, 18 Jan 2024 22:15:50 -0500

wrpr.us source

Diffstat:
Afavicon.ico | 0
Aindex.html | 26++++++++++++++++++++++++++
Arobots.txt | 2++
Astyle.css | 21+++++++++++++++++++++
4 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/favicon.ico b/favicon.ico Binary files differ. diff --git a/index.html b/index.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> + <head> + <title>~/WRPR</title> + <meta charset="utf8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="style.css" type="text/css"> + <link media="screen" title="index" charset="utf-8"> + <link rel="icon" href="favicon.ico"> + </head> + <pre> + <pre class="left"> +__ __ ___ _ _ __ _ _ _ _ ___ +\ V V / '_| '_ \ '_| || (_-< + \_/\_/|_| | .__/_|(_)_,_/__/ + |_|</pre><body><div class="left"><div class="greentext"> + <p>>>>Open on Gopher<<<</p> + + <a href="gopher://wrpr.us">/GOPHER</a> + <a href="https://gopher.floodgap.com/gopher/gw?gopher%3A%2F%2Fwrpr.us">/GOPHER PROXY</a> + <a href="https://git.wrpr.us">/WRPR GIT SERVER</a> + <a href="http://hli2ank4yulky7k2sk26s3ztah7sv4g5mwl5ujjtb2j54hfr5s5a.b32.i2p:80/">/I2P</a> + <a href="http://kuef7ymer3yc6hpyam7m24icmud6cf4qwxob4qvrch7ercalc3gijrad.onion">/ONION</a> + </pre> + </body> +</html> diff --git a/robots.txt b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/style.css b/style.css @@ -0,0 +1,21 @@ +:root { + --bg:#ffffff; + --head:#000000; + --hover:#e10032 +} + +body { + font-family: monospace; + font-size: 12px; + background-color: var(--bg); + color: var(--head); + margin: auto; +} +p { margin: auto } +a:link { color: var(--head) } +a:visited { color: var(--hover) } +a:hover { color: var(--hover) } +.left { text-align: left } +.greentext { color: #008700 } +.right { text-align: right } +code { color: var(--hover) }