1
0
Fork 0

okay, that's enough carnage for one day

This commit is contained in:
Lethe Beltane 2024-12-09 19:04:04 -06:00
parent 53c25d6a01
commit 077ec09bb6
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
42 changed files with 75 additions and 310 deletions

View file

@ -1,3 +0,0 @@
Hi! You look like a web crawler or other kind of bot. Your access to this site has been blocked. This site is for humans only!
If in error, email lethe (at) deadendshrine (dot) online.

41
hn.html
View file

@ -1,41 +0,0 @@
<html>
<head>
<title>>inb4 unintelligent emails</title>
<style>
img {
max-width: 1000px;
width: 100%;
height: auto;
text-align: center;
align: center;
}
body {
background-image:url(./img/twerking-thanos.gif);
background-repeat: repeat;
font-size: large;
margin: auto;
margin-top: 20px;
max-width: 700px;
padding: 0 10px;
}
.transparent {
background:#7f7f7f;
background:rgba(255,255,255,0.8) !important;
width: 100%;
height: auto;
padding: 5px;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="transparent">
<p>You're seeing this page because you tried to access MayVaneDay with a referer of "misc-stuff.terraaeon.com". This probably means Hacker News is at it again. This article keeps getting published at least once a year, and every time it brings with it a wave of attention from "techbros". These are beyond irritating to deal with. I don't have the extra mental energy to deal with unironic Node.js developers.</p>
<p>Since you're here, I'm forcing you to look at this cool picture:</p>
<p><img src="./img/yelling.jpg"></p>
<p>Actually, since my server logs are <em>still</em> getting hammered, you have to look at this picture too:</p>
<p><img src="./img/moon.jpg"></p>
<p><b>If you still insist on visiting MayVaneDay, <a href="https://mayvaneday.org">click here</a>.</b> Otherwise, <a href="https://kiwifarms.net/threads/the-lack-of-hygiene-of-bella-janke.97578/page-2#post-9703834">click here</a> for feet pics.</p>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

BIN
img/pillar.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

View file

@ -8,7 +8,7 @@
<meta name="description" content="waiting for eternity">
<style>
body {
background-color: #003366;
background-color: #000000;
margin-top: 20px;
letter-spacing: 4px;
color: #00ccff;
@ -16,6 +16,14 @@
margin: auto;
margin-top: 20px;
}
@media only screen and (min-width: 900px) {
body {
background-image: url(./img/pillar.gif), url(./img/pillar.gif);
background-position: right bottom, left bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}
}
img {
height: 30%;
width: auto;
@ -23,6 +31,16 @@
p, h1 {
text-align: center;
}
h2 {
display: inline-block;
}
.more-spacing {
max-width: 600px;
margin: auto;
margin-left: 10px;
margin-right: 10px;
text-align: justify;
}
.angle14 {
transform: rotate(14deg)
}
@ -35,6 +53,9 @@
z-index: 4;
position: relative;
}
#sigil {
filter: invert(1);
}
/* the following shamelessly stolen from https://xenobyte.xyz */
/* lmao */
html::before {
@ -87,93 +108,30 @@
}
}
</style>
<script>
/*
@licstart The following is the entire license notice for the
JavaScript code in this page.
Copyright (C) 2018-2024 Vane Vander
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this page.
*/
</script>
</head>
<body>
<script src="./checktor.js"></script>
<p id="frame"><img src="./img/gloria/jett_frame4.png" alt="mirror"></p>
<script>
// enumeration always starts at zero
var number = (Math.floor(Math.random() * 10));
// start of variables
var frame1 = "<img src=./img/gloria/jett_frame1.png>";
var frame2 = "<img src=./img/gloria/jett_frame2.png>";
var frame3 = "<img src=./img/gloria/jett_frame3.png>";
var frame4 = "<img src=./img/gloria/jett_frame4.png>";
var frame5 = "<img src=./img/gloria/jett_frame5.png>";
var frame6 = "<img src=./img/gloria/jett_frame6.png>";
var frame7 = "<img src=./img/gloria/jett_frame7.png>";
var frame8 = "<img src=./img/gloria/jett_frame8.png>";
// end of variables
if (number == 1) {
document.getElementById("frame").innerHTML = frame1;
}
if (number == 2) {
document.getElementById("frame").innerHTML = frame2;
}
if (number == 3) {
document.getElementById("frame").innerHTML = frame3;
}
if (number == 4) {
document.getElementById("frame").innerHTML = frame4;
}
if (number == 5) {
document.getElementById("frame").innerHTML = frame5;
}
if (number == 6) {
document.getElementById("frame").innerHTML = frame6;
}
if (number == 7) {
document.getElementById("frame").innerHTML = frame7;
}
if (number == 8) {
document.getElementById("frame").innerHTML = frame8;
}
</script>
<p><img id="sigil" src="./jett_sigil.png" /></p>
<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>
<div class="more-spacing">
<h2>Letters to Jett</h2>
<a href="./writing/letters_to_jett/p1.html">[1]</a>
<a href="./writing/letters_to_jett/p2.html">[2]</a>
<a href="./writing/letters_to_jett/p3.html">[3]</a>
<a href="./writing/letters_to_jett/p4.html">[4]</a>
<a href="./writing/letters_to_jett/p5.html">[5]</a>
<a href="./writing/letters_to_jett/p6.html">[6]</a>
<a href="./writing/letters_to_jett/p7.html">[7]</a>
<a href="./writing/letters_to_jett/p8.html">[8]</a>
<a href="./writing/letters_to_jett/p9.html">[9]</a>
<a href="./writing/letters_to_jett/p10.html">[10]</a>
<a href="./writing/letters_to_jett/p11.html">[11]</a>
<a href="./writing/letters_to_jett/p12.html">[12]</a>
<a href="./writing/letters_to_jett/p13.html">[13]</a>
<a href="./writing/letters_to_jett/p14.html">[14]</a>
<a href="./writing/letters_to_jett/p15.html">[15]</a>
<a href="./writing/letters_to_jett/p16.html">[16]</a>
</div>
<hr>
<p>
<a href="./mods/index.html">[Mods]</a>
@ -190,7 +148,7 @@
<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="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>

View file

@ -1,73 +0,0 @@
<!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&amp;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>

View file

@ -1,39 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="author" content="Lethe Kallisti Discordia">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
<style>
body {
background-image:url(./img/clouds.png);
background-repeat: repeat-x;
background-position: top;
}
.right {
text-align: right;
}
</style>
</head>
<body>
<marquee scrollamount="20">
<h1>you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know</h1>
</marquee>
<p>&nbsp;</p>
<p>... you are whatever a moon has always meant<br />and whatever a sun will always sing is you</p>
<p>&nbsp;&nbsp;&nbsp;- e.e. cummings, "i carry your heart with me(i carry it in"</p>
<hr>
<div class="right">
<p>Through all of youth I was looking for you<br />without knowing what I was looking for</p>
<p>&nbsp;&nbsp;&nbsp;- Osip Mandelstam, "Youth"</p>
</div>
<hr>
<p>You are<br />hope personified<br />when I cried myself<br />to sleep at night<br /><br />You are<br />the promise,<br />the life I wanted,<br />the one I'm living now</p>
<p>&nbsp;&nbsp;&nbsp;- Dawn Lanuza, "waking up to a dream"</p>
<hr>
</body>
</html>

View file

@ -1,37 +0,0 @@
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/01 Asylum.mp3
/storage/0B7B-4CE8/Music/Popular/The Pretty Reckless/Who You Selling For/08 Bedroom Window.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/02 Crisis.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/Dead End Kings/09 Lethean.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/03 Endorphins.mp3
/storage/0B7B-4CE8/Music/Popular/Asking Alexandria/Asking Alexandria/02 Into The Fire.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/04 Hallucinations.mp3
/storage/0B7B-4CE8/Music/Popular/The Pretty Reckless/Who You Selling For/11 The Devil's Back.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/05 Imbalance.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/Dead End Kings/04 The Racing Heart.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/06 Detached From Reality.mp3
/storage/0B7B-4CE8/Music/Popular/Asking Alexandria/Asking Alexandria/12 Room 138.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/07 Madness.mp3
/storage/0B7B-4CE8/Music/Popular/Paradise Lost/Tragic Illusion 25 (The Rarities)/11 Missing.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/08 Mental Breakdown.mp3
/storage/0B7B-4CE8/Music/Popular/Paradise Lost/Faith Divides Us - Death Unites Us/02 I Remain.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/09 insane.mp3
/storage/0B7B-4CE8/Music/Popular/Paradise Lost/Obsidian/04 The Devil Embraced.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/10 Euphoria.mp3
/storage/0B7B-4CE8/Music/Popular/Asking Alexandria/From Death To Destiny/01 Don't Pray For Me.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/11 Coping.mp3
/storage/0B7B-4CE8/Music/Popular/Paradise Lost/Medusa (Japan Press)/07 Blood and Chaos.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/12 Psych Ward (bonus track).mp3
/storage/0B7B-4CE8/Music/Vaporwave/json/death of an individual identity/07 1111.mp3
/storage/0B7B-4CE8/Music/Vaporwave/⁂V‡▲D‡M∇R⁂/Madness/13 Straitjacket (bonus track).mp3
/storage/0B7B-4CE8/Music/Ambient/Setsuko Suwa/Invitation To The Voyage/08 Unknowing.mp3
/storage/0B7B-4CE8/Music/Popular/The Pretty Reckless/Death By Rock And Roll/02 Only Love Can Save Me Now.mp3
/storage/0B7B-4CE8/Music/Popular/Nothing More/Nothing More/08 Ill Be OK.mp3
/storage/0B7B-4CE8/Music/Popular/Taylor Swift/folklore/12 mad woman.mp3
/storage/0B7B-4CE8/Music/Popular/Ad Infinitum/I Am The Storm/01 I Am The Storm.mp3
/storage/0B7B-4CE8/Music/Popular/Cellar Darling/The Spell/01 Pain.mp3
/storage/0B7B-4CE8/Music/Popular/Cellar Darling/The Spell/06 Hang.mp3
/storage/0B7B-4CE8/Music/Popular/Sleeping With Sirens/How It Feels to Be Lost/09 P.S. Missing You.mp3
/storage/0B7B-4CE8/Music/Popular/Paradise Lost/Lost Paradise/07 Breeding Fear.mp3
/storage/0B7B-4CE8/Music/Popular/Halestorm/Back From the Dead/03 Strange Girl.mp3
/storage/0B7B-4CE8/Music/Popular/Brothers of Metal/Emblas Saga/07 Weaver of Fate.mp3
/storage/0B7B-4CE8/Music/Popular/Spiritbox/Eternal Blue/11 Circle With Me.mp3

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I'm waiting, Jett.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p1.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p1.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
<style>
#disclaimer {

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I'll carry you to the very end.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p10.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p10.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You're here, you're here with me, forever...">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p11.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p11.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="What am I?">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p12.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p12.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You never had a childhood.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p13.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p13.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="What must be done.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p14.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p14.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You're here!">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p15.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p15.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You propose that I go backwards?">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p16.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p16.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I want you to choose yourself, Jett.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p2.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p2.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I'll be okay.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p3.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p3.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You can live.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p4.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p4.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I understand.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p5.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p5.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="It wasn't your fault.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p6.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p6.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Take me home.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p7.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p7.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We love you, Lethe!">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p8.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p8.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You changed your mind.">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/p9.html" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<meta http-equiv="onion-location" content="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/writing/letters_to_jett/p9.html" />
<link href="../../style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>