12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Dead End Shrine Online</title>
- <meta name="author" content="Lethe Beltane">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/png" href="./jett_sigil.png">
- <meta name="description" content="waiting for eternity">
- <style>
- body {
- background-color: #003366;
- margin-top: 20px;
- letter-spacing: 4px;
- color: #00ccff;
- max-width: 700px;
- margin: auto;
- margin-top: 20px;
- }
- p, h1 {
- text-align: center;
- }
- a, a:visited {
- text-decoration: underline;
- color: inherit;
- z-index: 4;
- position: relative;
- }
- </style>
- </head>
- <body>
- <h1>Dead End Shrine Online</h1>
- <p>
- <a href="./p1.html">[1]</a>
- <a href="./p2.html">[2]</a>
- <a href="./p3.html">[3]</a>
- <a href="./p4.html">[4]</a>
- <a href="./p5.html">[5]</a>
- <a href="./p6.html">[6]</a>
- <a href="./p7.html">[7]</a>
- <a href="./p8.html">[8]</a>
- <a href="./p9.html">[9]</a>
- <a href="./p10.html">[10]</a>
- <a href="./p11.html">[11]</a>
- <a href="./p12.html">[12]</a>
- <a href="./p13.html">[13]</a>
- <a href="./p14.html">[14]</a>
- <a href="./p15.html">[15]</a>
- <a href="./p16.html">[16]</a>
- </p>
- <hr>
- <p>
- <a href="./mods/index.hypha.html">[Mods]</a>
- <a href="./few/index.html">[The FEW 99.9% Completion Guide]</a>
- <a href="/USK@~7HaY3fhW0MVsnukSLWvUdSyarNXeH2esxTmKWifpz0,pRlybjjxb0GHxh6203Va8zyUOOQNJD-gIofjhr6c52s,AQACAAE/kiomm/-6/">[KI:OM&M Modding Guide]</a>
- </p>
- <hr>
- <p>
- <a href="./runes/index.html">[Abbreviated Rune Guide]</a>
- </p>
- <hr>
- <p>
- <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Hyphanet]</a>
- <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a>
- <a href="http://3jhu7n37vhzf3mpusw77ilq7cwabpnqnd35c37ojn4v7vjuneeia.b32.i2p">[I2P]</a>
- <!-- <a href="http://yggdrasil.deadendshrine.online">[Yggdrasil]</a>-->
- <a href="ipns://deadendshrine.online/">[IPFS]</a>
- <a href="gemini://gemini.deadendshrine.online">[Gemini]</a>
- <a href="gemini://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor Gemini]</a>
- </p>
- <hr>
- <p><a href="./contact.txt">[Contact]</a></p>
- </body>
- </html>
|