index.hypha.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Dead End Shrine Online</title>
  5. <meta name="author" content="Lethe Beltane">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="icon" type="image/png" href="./jett_sigil.png">
  8. <meta name="description" content="waiting for eternity">
  9. <style>
  10. body {
  11. background-color: #003366;
  12. margin-top: 20px;
  13. letter-spacing: 4px;
  14. color: #00ccff;
  15. max-width: 700px;
  16. margin: auto;
  17. margin-top: 20px;
  18. }
  19. p, h1 {
  20. text-align: center;
  21. }
  22. a, a:visited {
  23. text-decoration: underline;
  24. color: inherit;
  25. z-index: 4;
  26. position: relative;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <h1>Dead End Shrine Online</h1>
  32. <p>
  33. <a href="./p1.html">[1]</a>
  34. <a href="./p2.html">[2]</a>
  35. <a href="./p3.html">[3]</a>
  36. <a href="./p4.html">[4]</a>
  37. <a href="./p5.html">[5]</a>
  38. <a href="./p6.html">[6]</a>
  39. <a href="./p7.html">[7]</a>
  40. <a href="./p8.html">[8]</a>
  41. <a href="./p9.html">[9]</a>
  42. <a href="./p10.html">[10]</a>
  43. <a href="./p11.html">[11]</a>
  44. <a href="./p12.html">[12]</a>
  45. <a href="./p13.html">[13]</a>
  46. <a href="./p14.html">[14]</a>
  47. <a href="./p15.html">[15]</a>
  48. <a href="./p16.html">[16]</a>
  49. </p>
  50. <hr>
  51. <p>
  52. <a href="./mods/index.hypha.html">[Mods]</a>
  53. <a href="./few/index.html">[The FEW 99.9% Completion Guide]</a>
  54. <a href="/USK@~7HaY3fhW0MVsnukSLWvUdSyarNXeH2esxTmKWifpz0,pRlybjjxb0GHxh6203Va8zyUOOQNJD-gIofjhr6c52s,AQACAAE/kiomm/-6/">[KI:OM&amp;M Modding Guide]</a>
  55. </p>
  56. <hr>
  57. <p>
  58. <a href="./runes/index.html">[Abbreviated Rune Guide]</a>
  59. </p>
  60. <hr>
  61. <p>
  62. <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Hyphanet]</a>
  63. <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a>
  64. <a href="http://3jhu7n37vhzf3mpusw77ilq7cwabpnqnd35c37ojn4v7vjuneeia.b32.i2p">[I2P]</a>
  65. <!-- <a href="http://yggdrasil.deadendshrine.online">[Yggdrasil]</a>-->
  66. <a href="ipns://deadendshrine.online/">[IPFS]</a>
  67. <a href="gemini://gemini.deadendshrine.online">[Gemini]</a>
  68. <a href="gemini://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor Gemini]</a>
  69. </p>
  70. <hr>
  71. <p><a href="./contact.txt">[Contact]</a></p>
  72. </body>
  73. </html>