diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-12 21:55:28 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-12 21:55:28 +0000 |
| commit | 07acabac2f68c0a936ec9ea8aa27b36d920020ee (patch) | |
| tree | 45b220cca643058474f1bfebb7b250b7c4e4c99e /based/index.html | |
| parent | 2ffe219d507ae574216ed9930e2bab67fa00af58 (diff) | |
added a bunch of cool stuff
Diffstat (limited to 'based/index.html')
| -rw-r--r-- | based/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/based/index.html b/based/index.html new file mode 100644 index 0000000..2f4dd0b --- /dev/null +++ b/based/index.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>based</title> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/x-icon" href="../images/symlinx-icon.png"> + </head> + <body> + <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / based ]</h1> + <p>an idiot admires complexity</p> + <br> + + <h2>Where to find me</h2> + + <div class="block"> + <h3><a href="http://based.i2p">i2p</a></h3> + <h4>[ http://based.i2p ]</h4> + <p>> my eepsite</p> + </div> + <br> + + </body> +</html> |
