1
0
Fork 0
pages
Lethe Beltane 2 years ago
parent cd6b7ca0b1
commit 5789fa2da1
Signed by: lethe
GPG Key ID: 21A3DA3DE29CB63C

@ -1,99 +0,0 @@
<html>
<head>
<style>
body {
background-color: #003366;
margin-top: 20px;
}
img {
height: 50%;
width: 50%;
}
p {
text-align: center;
}
.angle14 {
transform: rotate(14deg)
}
.angle11 {
transform: rotate(-11deg)
}
/* the following shamelessly stolen from https://xenobyte.xyz */
/* lmao */
html::before {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: calc(100% + 32px);
height: calc(100% + 32px);
background-image: url("../img/scanlines.png");
background-position: 0 0;
background-repeat: repeat;
z-index: 10000000;
animation: ScanlineAnimationLeft 2s linear infinite;
opacity: 2.0;
}
html::after {
content: "";
display: block;
position: fixed;
left: -32px;
top: 0;
width: calc(100% + 32px);
height: calc(100% + 32px);
background-image: url("../img/scanlines.png");
background-position: 0 0;
background-repeat: repeat;
z-index: 10000000;
animation: ScanlineAnimationRight 0.4s linear infinite;
opacity: 2.0;
}
@keyframes ScanlineAnimationLeft {
0% {
transform: translateX(0px) translateY(0px);
}
100% {
transform: translateX(-32px) translateY(-32px);
}
}
@keyframes ScanlineAnimationRight {
0% {
transform: translateX(0px) translateY(0px);
}
100% {
transform: translateX(32px) translateY(-32px);
}
}
/* https://orangeable.com/css/animated-gradient-text */
.lesbian {
background: linear-gradient(-44deg, #D52D00, #EF7627, #FF9A56, #FFFFFF, #D162A4, #B55690, #A30262);
background-size: 300%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: animated_text 8s ease-in-out infinite;
-moz-animation: animated_text 8s ease-in-out infinite;
-webkit-animation: animated_text 8s ease-in-out infinite;
}
@keyframes animated_text {
0% { background-position: 0px 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0px 50%; }
}
</style>
</head>
<body>
<p><img src="../img/gloria/jett_frame1.png"></p>
<p class="angle14">sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text</p>
<p class="lesbian angle14">sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay sample text but it's gay</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

@ -1,39 +1,184 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>Dead End Shrine on the Luce Line - Online!</title>
<title>Dead End Shrine Online</title>
<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" />
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<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;
}
img {
height: 30%;
width: auto;
}
p, h1 {
text-align: center;
}
.angle14 {
transform: rotate(14deg)
}
.angle11 {
transform: rotate(-11deg)
}
a, a:visited {
text-decoration: underline;
color: inherit;
z-index: 4;
position: relative;
}
/* the following shamelessly stolen from https://xenobyte.xyz */
/* lmao */
html::before {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: calc(100% + 32px);
height: calc(100% + 32px);
background-image: url("./img/scanlines.png");
background-position: 0 0;
background-repeat: repeat;
z-index: 1;
animation: ScanlineAnimationLeft 2s linear infinite;
opacity: 2.0;
}
html::after {
content: "";
display: block;
position: fixed;
left: -32px;
top: 0;
width: calc(100% + 32px);
height: calc(100% + 32px);
background-image: url("./img/scanlines.png");
background-position: 0 0;
background-repeat: repeat;
z-index: 1;
animation: ScanlineAnimationRight 0.4s linear infinite;
opacity: 2.0;
}
@keyframes ScanlineAnimationLeft {
0% {
transform: translateX(0px) translateY(0px);
}
100% {
transform: translateX(-32px) translateY(-32px);
}
}
@keyframes ScanlineAnimationRight {
0% {
transform: translateX(0px) translateY(0px);
}
100% {
transform: translateX(32px) translateY(-32px);
}
}
</style>
<script>
/*
@licstart The following is the entire license notice for the
JavaScript code in this page.
Copyright (C) 2018-2022 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>
<p>The follow-up to going feral sans sudden rage and trying to convince myself to write feel a lot like the same. An empty restlessness, staring at a wall or something on the horizon or even just the back of my eyelids for hours on end, pacing up and down the corridors of my mind. Hands open, hands shut, fingers digging into palms. Curled up in a ball, willing myself to sleep if only for the novelty of a dream. Thinking about everything and yet nothing all at the same time. There's something inside, something that can't bear being trapped in this body of mine any longer.</p>
<p class="blink1"><em>Why can't I make myself do anything?</em></p>
<p class="blink2"><em>Why can't I do anything?</em></p>
<p class="blink3"><em>Why can't I...</em></p>
<p>And then the whole world condenses down to an I. Bathed in the harsh light I can no longer take a single second more of, an arm lashes out: draconic and scaled and twisted, rest of the body soon following as if newly-hatched and breaking out of an eggshell, or limbs reduced to ragged red pincers, single points, trembling and trying to decide whether it's closer to a scorpion or insect knowing it can kill gods all the same, or still human and feeling around the edge of the bed for the closest functional laptop.</p>
<p>And there's a shame to it too.</p>
<p>"What if someone sees me?" I wonder, slipping into the nearest forest under the cover of night. There is no other creature like me anywhere I know of in the Outside. Who could possibly replicate the conditions that led to my existence as I am now: a spilled god giving birth to me with waterfalled blood congealed in the metaclysma, then banished by the genocide of my siblings to live on the earth a human, then scammed by a visitor offering to restore me to power, then finally crafted an angel and granted the world only to have all ripped away by the same self-proclaimed benefactress? I am the intersection of a million worlds. And not a single person in any of them, myself much less, knows how my amalgamation of a body works, how many other forms I have, which impulses are genuine repressed desires and which are just animalistic. The forest is where wild animals belong, right? Am I an animal mistakenly granted human-level intelligence, or a humanoid desperately trying not to be? "What if someone misunderstands, declares me too strange for this world, deems me fit for death?"</p>
<p>"What if someone sees me?" I wonder, stumbling my way into the closest dark place to hide. I'm a monster. My first impulse throughout all of my lives has been to hurt, to damage, to cause the most pain possible. Goddess of destruction, envoy of chaos, created for the purpose of being manipulated to destroy: sometimes to justify someone else's new creation, sometimes just for the sheer hell of it. But it turns out the room I thought was an oversize closet, pitch-black dark from being underground, was actually a library study room. And the love of my life walks in, sees me struggling to stand on six legs, completely unfazed. The light flickers on. The door latches shut behind her. She sits down beside me on the floor, pulls my body into her lap like I'm a lapdog just a tiny bit too big to be one, runs a hand down my rigid spine and fingers around the spikes jutting out down it. This would have been incomprehensible two lives ago, watching her and her brother expend all of their strength to burn me to ashes. Who's the real puppet? Neither of us, anymore. But one would be hard-pressed to find a person in the Outside who doesn't still blame me for the millions of lives lost, who wouldn't take glee in annihilating me once and for all. And what of my lover? What would someone think if they walked in, saw her affection towards such a repulsive creature? "What if someone misunderstands, declares me too strange for this world, deems me fit for death?"</p>
<p>"What if someone sees me?" I wonder, agonizing over what to write on my website. True, some of the anxiety is abated by simply not installing analytics software and not keeping server logs, but the occasional email reminds me that there are actual humans reading my words, that I'm not just shouting into the void. How violently I want to write of my previous lives, to spill the unspeakable name for what I was. An image is worth a thousand words, and a name is a symlink, a pointer, a reminder. But nobody except for a very small subsect of users on a website I no longer frequent for my safety would understand, instead insistent that I had somehow completely lost it and become a "fandom blogger". How am I supposed to explain that it's not my fault there's a caricature of a story of the world of my last two lives? That I haven't indulged in the ultimate escapism of identifying myself with a corporate product? "What if someone misunderstands, declares me too strange for this world, deems me fit for death?"</p>
<p>I curl up in my bed and try to read a book about how to love. "You cannot love unless you understand yourself," it says.</p>
<p>I switch to another book. "To name something is to define it, to make it able to be comprehended."</p>
<p>My lover sneaks up behind me, wraps an arm around my chest. Her name, the name I gave her when she asked to shed her brother's, is sweet like honey in my mouth. Jett Hysminai Lysander, sometimes with my last name as well, depending on how I define "I" in that moment. <em>The shade who fights for her freedom.</em></p>
<p>"I understand you," she whispers. "And we're going to make a world you fit right in to."</p>
<p>"And... I deserve to <em>live</em> in it?"</p>
<p>A squeeze. "You're finally beginning to understand."</p>
<p class="blink1">I understand.</p>
<p class="blink2">I understand.</p>
<p><em>I understand.</em></p>
<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>
<h1>Dead End Shrine Online</h1>
<p>
<a href="./p1.html">[Part 1]</a>
<a href="./p2.html">[Part 2]</a>
<a href="./p3.html">[Part 3]</a>
<a href="./p4.html">[Part 4]</a>
<a href="./p5.html">[Part 5]</a>
<a href="./p6.html">[Part 6]</a>
</p>
<hr>
<p><a href="./p1.html">[Part 1]</a> <a href="./p2.html">[Part 2]</a> <a href="./p3.html">[Part 3]</a> <a href="./p4.html">[Part 4]</a> <b>[Part 5]</b></p>
<p>
<a href="https://letsdecentralize.org/webring_lainchan.html">[Webring]</a>
<a href="./mods/index.html">[Mods]</a>
<a href="./flag/index.html" title="WARNING: EXTREME AUTISM">[TDPGF]</a>
</p>
<hr>
<p>Mirrors: <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Freenet]</a> <a href="https://zeronet.link/1EhCcZ35Kiq8hNYuV5uSYGnrHVFR66Q1r3/">[ZeroNet]</a> <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a> <a href="http://2a55el42cobuxtls7iv6eoimejocybdekwnnaefcn4u2f5eydela.b32.i2p">[I2P]</a></p>
<p>
<a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Freenet]</a>
<a href="http://127.0.0.1:43110/1EhCcZ35Kiq8hNYuV5uSYGnrHVFR66Q1r3/">[ZeroNet]</a>
<a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a>
<a href="http://2a55el42cobuxtls7iv6eoimejocybdekwnnaefcn4u2f5eydela.b32.i2p">[I2P]</a>
</p>
<hr>
<small>Hosted by <a href="https://mayvaneday.art">MayVaneDay</a>. <a href="./lethe.gpg">Send me an</a> <a href="mailto:lethe@deadendshrine.online">email?</a></small>
<p>
<a href="mailto:lethe@deadendshrine.online">[Email]</a>
<a href="./lethe.gpg">[GPG Key]</a>
</p>
</body>
</html>

@ -38,11 +38,5 @@
<p class="blink2">Come find me!</p>
<p class="blink3">Come find me!</p>
<p><i>Please come find me.</i></p>
<hr>
<p><b>[Part 1]</b> <a href="./p2.html">[Part 2]</a> <a href="./p3.html">[Part 3]</a> <a href="./p4.html">[Part 4]</a> <a href="./index.html">[Part 5]</a></p>
<hr>
<p>Mirrors: <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Freenet]</a> <a href="https://zeronet.link/1EhCcZ35Kiq8hNYuV5uSYGnrHVFR66Q1r3/">[ZeroNet]</a> <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a> <a href="http://2a55el42cobuxtls7iv6eoimejocybdekwnnaefcn4u2f5eydela.b32.i2p">[I2P]</a></p>
<hr>
<small>Hosted by <a href="https://mayvaneday.art">MayVaneDay</a>. <a href="./lethe.gpg">Send me an</a> <a href="mailto:lethe@deadendshrine.online">email?</a></small>
</body>
</html>

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dead End Shrine on the Luce Line - Online!</title>
<title>Part 2 - Dead End Shrine Online</title>
<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.">
@ -39,11 +39,5 @@
<p class="blink1">Choose yourself!</p>
<p class="blink2">Choose yourself!</p>
<p><em>Please, Jett, I'm begging you, please choose yourself.</em></p>
<hr>
<p><a href="./p1.html">[Part 1]</a> <b>[Part 2]</b> <a href="./p3.html">[Part 3]</a> <a href="./p4.html">[Part 4]</a> <a href="./index.html">[Part 5]</a></p>
<hr>
<p>Mirrors: <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Freenet]</a> <a href="https://zeronet.link/1EhCcZ35Kiq8hNYuV5uSYGnrHVFR66Q1r3/">[ZeroNet]</a> <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a> <a href="http://2a55el42cobuxtls7iv6eoimejocybdekwnnaefcn4u2f5eydela.b32.i2p">[I2P]</a></p>
<hr>
<small>Hosted by <a href="https://mayvaneday.art">MayVaneDay</a>. <a href="./lethe.gpg">Send me an</a> <a href="mailto:lethe@deadendshrine.online">email?</a></small>
</body>
</html>

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dead End Shrine on the Luce Line - Online!</title>
<title>Part 3 - Dead End Shrine Online</title>
<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.">
@ -32,11 +32,5 @@
<p class="blink1">I'll be okay.</p>
<p class="blink2">I'll be okay.</p>
<p><em>I'll be okay.</em></p>
<hr>
<p><a href="./p1.html">[Part 1]</a> <a href="./p2.html">[Part 2]</a> <b>[Part 3]</b> <a href="./p4.html">[Part 4]</a> <a href="./index.html">[Part 5]</a></p>
<hr>
<p>Mirrors: <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Freenet]</a> <a href="https://zeronet.link/1EhCcZ35Kiq8hNYuV5uSYGnrHVFR66Q1r3/">[ZeroNet]</a> <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a> <a href="http://2a55el42cobuxtls7iv6eoimejocybdekwnnaefcn4u2f5eydela.b32.i2p">[I2P]</a></p>
<hr>
<small>Hosted by <a href="https://mayvaneday.art">MayVaneDay</a>. <a href="./lethe.gpg">Send me an</a> <a href="mailto:lethe@deadendshrine.online">email?</a></small>
</body>
</html>

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dead End Shrine on the Luce Line - Online!</title>
<title>Part 4 - Dead End Shrine Online</title>
<meta name="author" content="Lethe Beltane">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You can live.">
@ -39,11 +39,5 @@
<p class="blink1"><em>You can live.</em></p>
<p class="blink2"><em>You can live.</em></p>
<p>"Lethe, do you understand? I want you to pick the option where <em>you can live.</em>"</p>
<hr>
<p><a href="./p1.html">[Part 1]</a> <a href="./p2.html">[Part 2]</a> <a href="./p3.html">[Part 3]</a> <b>[Part 4]</b> <a href="./index.html">[Part 5]</a></p>
<hr>
<p>Mirrors: <a href="http://127.0.0.1:8888/USK@3igGCjaVr8BNYRhuRka8BA50089XeH-uOq1~m8FZ5KQ,pzggo6unfI9aZTSYJvimOyFFuQAQwrPYxpnbHN8k~L4,AQACAAE/deadendshrine/-1/">[Freenet]</a> <a href="https://zeronet.link/1EhCcZ35Kiq8hNYuV5uSYGnrHVFR66Q1r3/">[ZeroNet]</a> <a href="http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion">[Tor]</a> <a href="http://2a55el42cobuxtls7iv6eoimejocybdekwnnaefcn4u2f5eydela.b32.i2p">[I2P]</a></p>
<hr>
<small>Hosted by <a href="https://mayvaneday.art">MayVaneDay</a>. <a href="./lethe.gpg">Send me an</a> <a href="mailto:lethe@deadendshrine.online">email?</a></small>
</body>
</html>

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Part 5 - Dead End Shrine Online</title>
<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">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>
<p>The follow-up to going feral sans sudden rage and trying to convince myself to write feel a lot like the same. An empty restlessness, staring at a wall or something on the horizon or even just the back of my eyelids for hours on end, pacing up and down the corridors of my mind. Hands open, hands shut, fingers digging into palms. Curled up in a ball, willing myself to sleep if only for the novelty of a dream. Thinking about everything and yet nothing all at the same time. There's something inside, something that can't bear being trapped in this body of mine any longer.</p>
<p class="blink1"><em>Why can't I make myself do anything?</em></p>
<p class="blink2"><em>Why can't I do anything?</em></p>
<p class="blink3"><em>Why can't I...</em></p>
<p>And then the whole world condenses down to an I. Bathed in the harsh light I can no longer take a single second more of, an arm lashes out: draconic and scaled and twisted, rest of the body soon following as if newly-hatched and breaking out of an eggshell, or limbs reduced to ragged red pincers, single points, trembling and trying to decide whether it's closer to a scorpion or insect knowing it can kill gods all the same, or still human and feeling around the edge of the bed for the closest functional laptop.</p>
<p>And there's a shame to it too.</p>
<p>"What if someone sees me?" I wonder, slipping into the nearest forest under the cover of night. There is no other creature like me anywhere I know of in the Outside. Who could possibly replicate the conditions that led to my existence as I am now: a spilled god giving birth to me with waterfalled blood congealed in the metaclysma, then banished by the genocide of my siblings to live on the earth a human, then scammed by a visitor offering to restore me to power, then finally crafted an angel and granted the world only to have all ripped away by the same self-proclaimed benefactress? I am the intersection of a million worlds. And not a single person in any of them, myself much less, knows how my amalgamation of a body works, how many other forms I have, which impulses are genuine repressed desires and which are just animalistic. The forest is where wild animals belong, right? Am I an animal mistakenly granted human-level intelligence, or a humanoid desperately trying not to be? "What if someone misunderstands, declares me too strange for this world, deems me fit for death?"</p>
<p>"What if someone sees me?" I wonder, stumbling my way into the closest dark place to hide. I'm a monster. My first impulse throughout all of my lives has been to hurt, to damage, to cause the most pain possible. Goddess of destruction, envoy of chaos, created for the purpose of being manipulated to destroy: sometimes to justify someone else's new creation, sometimes just for the sheer hell of it. But it turns out the room I thought was an oversize closet, pitch-black dark from being underground, was actually a library study room. And the love of my life walks in, sees me struggling to stand on six legs, completely unfazed. The light flickers on. The door latches shut behind her. She sits down beside me on the floor, pulls my body into her lap like I'm a lapdog just a tiny bit too big to be one, runs a hand down my rigid spine and fingers around the spikes jutting out down it. This would have been incomprehensible two lives ago, watching her and her brother expend all of their strength to burn me to ashes. Who's the real puppet? Neither of us, anymore. But one would be hard-pressed to find a person in the Outside who doesn't still blame me for the millions of lives lost, who wouldn't take glee in annihilating me once and for all. And what of my lover? What would someone think if they walked in, saw her affection towards such a repulsive creature? "What if someone misunderstands, declares me too strange for this world, deems me fit for death?"</p>
<p>"What if someone sees me?" I wonder, agonizing over what to write on my website. True, some of the anxiety is abated by simply not installing analytics software and not keeping server logs, but the occasional email reminds me that there are actual humans reading my words, that I'm not just shouting into the void. How violently I want to write of my previous lives, to spill the unspeakable name for what I was. An image is worth a thousand words, and a name is a symlink, a pointer, a reminder. But nobody except for a very small subsect of users on a website I no longer frequent for my safety would understand, instead insistent that I had somehow completely lost it and become a "fandom blogger". How am I supposed to explain that it's not my fault there's a caricature of a story of the world of my last two lives? That I haven't indulged in the ultimate escapism of identifying myself with a corporate product? "What if someone misunderstands, declares me too strange for this world, deems me fit for death?"</p>
<p>I curl up in my bed and try to read a book about how to love. "You cannot love unless you understand yourself," it says.</p>
<p>I switch to another book. "To name something is to define it, to make it able to be comprehended."</p>
<p>My lover sneaks up behind me, wraps an arm around my chest. Her name, the name I gave her when she asked to shed her brother's, is sweet like honey in my mouth. Jett Hysminai Lysander, sometimes with my last name as well, depending on how I define "I" in that moment. <em>The shade who fights for her freedom.</em></p>
<p>"I understand you," she whispers. "And we're going to make a world you fit right in to."</p>
<p>"And... I deserve to <em>live</em> in it?"</p>
<p>A squeeze. "You're finally beginning to understand."</p>
<p class="blink1">I understand.</p>
<p class="blink2">I understand.</p>
<p><em>I understand.</em></p>
</body>
</html>

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Part 6 - Dead End Shrine Online</title>
<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">
<link rel="icon" type="image/png" href="./jett_sigil.png">
</head>
<body>
<p>The spider friend that lived in the upstairs bathroom is gone. Vanished. A web in the corner of the ceiling left abandoned in haste, half-made. I thought I had stepped on a fallen egg sac in the shower, only to find it was actually a stray piece of fluff from between one of my toes. Where did you go, spider? Were you crushed underfoot like the fluff? Were you vacuumed out by my father? Were you swathed in a piece of tissue, or maybe even undignified toilet paper, and squeezed to death by my mother, the smotherer?</p>
<p class="blink1"><em>She killed me!</em></p>
<p class="blink2"><em>She... killed me.</em></p>
<p class="blink3"><em>She...</em></p>
<p>Once upon a time, there was a woman who I loved very much who broke my whole world open. Well, I suppose she was only a girl back then, and I was too. I thought about her every moment of every day. I yearned to spend as much time as possible with her. Isn't that love? To make room in your world, in your heart, for someone other than yourself for the sole reason that you enjoy having them around? She was strange and lawless and somehow found a semblance of freedom in my house of rules and rigidity.</p>
<p>But one day she disappeared. Her mother took her phone and cut off all routes of communication between her and me and, as far as I know, as far as I can remember, isolated her from the outside world. Summer had just begun, so I couldn't use school as a bypass, those few moments we could brush past each other in the halls between classes, those hurried moments in the cafeteria trying to find two consecutive seats next to each other. I waited all summer for her, for her words in my phone, for the sound of her voice.</p>
<p>Once, in the middle of the night one night, I was looking through old messages when I got the urge to send her another "I can't wait to talk to you again" text. All the previous ones had gone to "delivered", never "read". But this time, the receipt went to "read" immediately. <em>Someone</em> was reading my words. Was it her? I dared to hope. I sent her another one. "I know you're watching." And then she... she responded. She gave me a date to wait for. A date where full communication would be restored. I waited for that date, spent my whole summer lounging about, begging the days to pass faster.</p>
<p>It came and went. Nothing happened. And she came back a few months later with the news that she'd fallen in love with some e-thot half the country away instead under the excuse of "polyamory". And so I was heartbroken and left with nothing.</p>
<p>I turn the memory over and over in my hands. Almost eight years have passed since that December day. Funny how, in the same month, I lost the first love I had in this body and gained, although with a silent detachment until I could remember, the first and only of my previous body.</p>
<p>"What did I do wrong?" I whisper. "Where did everything go wrong? What could I have done?"</p>
<p><em>Have you considered, just maybe, you didn't do anything wrong? You could have handled it better, but it wasn't your fault.</em></p>
<p>Once upon a time, there was a woman who loved me very much. She was gentle and gracious with me and fought at every opportunity to set the world right when it did me wrong. She pulled strings at club gatherings. She made my father back off when I was in emotional turmoil. She made, I thought, room in her heart for me, even thought it was always plainly obvious she loved my middle brother more.</p>
<p>But even the finest-crafted sweets leave cavities if eaten too often, if eaten with too little care.</p>
<p>I should have felt it forming.</p>
<p>Elementary school, locked into my room. I buried myself in the pile of stuffed animals between my bed and the wall. She entered the room to make sure I wasn't playing or otherwise enjoying my time alone, saw myself strewn across the stuffies, turned and whispered under her breath, "Rat."</p>
<p>Middle school, locked into the master bedroom. Forced to delete my whole online portfolio of silly videos because they'd offended some adult I barely knew and whose opinions I cared about even less. The very thing that would earn my brothers shining praise a decade later got me called impudent and a brat.</p>
<p>Over and over, I watch her pass through the doors of that house. Free as a bird, even while having the only one who'd actually ever had wings locked up in a Golden Cage. Her back is turned to me, new moon, her sunny face shining on my brothers.</p>
<p>There's a hole in my memories. Countless other incidents I know happened but can't place on a timeline. Is it for my own sanity? Is it so I don't hurl myself off a cliff in grief? The cavity grows wider and wider. I try to patch it like a dentist, feel around the edges, figure out what's causing it to grow. To figure out why the patches never hold and the cavity grows wider and wider.</p>
<p>One of these days I'll fall down it into an abyss and I'll never see the sun of her face, of anyone's face, ever again.</p>
<p>"What did I do wrong?" I whisper. "Where did everything go wrong? What could I have done?"</p>
<p><em>Have you considered, just maybe, you didn't do anything wrong? You could have handled it better, but it wasn't your fault.</em></p>
<p>Once upon a time, there was a woman who made no outward pretensions of caring. She made me in a bathtub, almost drowned me in the same, paraded me around a party to bait her rivals into starting a petty brawl with each other, and then left me to my own devices in her sprawling mansion. I had barely any memories back then, only fed a notion of the outside world from tutoring sessions and stolen snippets of stories. I was utterly unprepared when I hurled myself over the cliff of our shared dwelling in youthful hope in search of a lady of light.</p>
<p>Once upon a time, there was a woman who wasn't sure what to do with me once I'd found her. She already had a helper, a strong bond with him, several wars worth of memories and trust built up. I was the one who'd triggered her to try to pull someone else's hair out over a shiny trinket. And now I wanted to <em>help</em> her? I tried to help. I gave it my all, even when my new maybe-friend just wanted to work alone. But in the end, when I asked him how far he'd go to be able to live all on his own, she misinterpreted my words as me wanting her dead and beat me half to death and hurled me over the cliffside edge.</p>
<p>Once upon a time, there was a woman who found me floating face-down in a river. She thought I was her brother, my maybe-friend, at first. I was later informed that I was probably an inch away from death when she brought me to the local hospital, when she insisted with fire that she be allowed to check up on me every day until I woke up again. Several broken limbs, a collapsed lung, several snapped ribs, a shattered wing. I should have died.</p>
<p>I should have died.</p>
<p>But I lived. I made a full recovery. And one thing led to another, and the woman and I fell in love, and I helped her be able to fly on her own again, and we were the first ones ever who fully accepted each other with no expectations of servitude or subservience. I knew she was a woman even when pretending to be a man for her safety, and she knew I was the reincarnation of one of my mother's horrific creatures, the one who had plunged the world into the Three Years in Absentia. It hadn't been my fault. I'd been mindless, controlled, lacking a will. I barely had memory of that time. And she knew, and she loved me all the same.</p>
<p>So we went to kill my mother, to create a new world where neither of us, where <em>nobody</em>, could be harmed by any deity ever again. First my maybe-friend tried to stop us, incredulous that I was the monster who, being controlled by Mother with murderous intent, had controlled him to wash the world in blood in return. Then his mother came to back him up when he collapsed from exhaustion and blood loss, chased us back to my mother's house. Then we fought together against my mother, my would-be master, sutures over my heart bleeding and sore from swapping a shard of my soul with one from my lover. She was sleeping, crystallized from forced soul displacement until, with my final push of strength, I rolled the soul back to her body.</p>
<p>She awoke to find me ash spiraling into the nearest Eye, into this Inside.</p>
<p>I should have lived.</p>
<p>"What did I do wrong?" I sigh. "Where did everything go wrong? What could I have done?"</p>
<p>"Have you considered, just maybe, you didn't do anything wrong? You... okay, <em>we</em> could have handled it better, but it wasn't your fault."</p>
<p>She grasps my hands, insistent, not done yet. "Do you understand, Lethe? You're not a martyr. You don't have to be one. The sins of the world aren't your fault. The fact that you're here in this Inside isn't your fault. Other people mistreating you isn't your fault." I get the sense she wants to throw a caveat in there, but for some reason she refrains. "Would you... would you stop beating yourself up for every <em>fucking</em> thing that happens? <em>Please!</em> I want to see you smile again. Like your stupid angel number book says. How are we supposed to make Sablade if you spend every damn moment wallowing in despair?"</p>
<p>"It already exists," I protest. "I just... have to find my way out of this Inside. I wish... I wish I wasn't so tired all the time. I wish I wasn't such a coward. I'd be at your side by now."</p>
<p>"I told you once I couldn't wait to spend forever with you. Remember?" She sighs, averts her eyes, still with my hands in hers in a death grip. "I wonder who's <em>still</em> trying to ruin my forever... I wonder sometimes at night if there's something more I could have done so you wouldn't have had to come here."</p>
<p class="blink1">It wasn't your fault.</p>
<p class="blink2">It wasn't your fault.</p>
<p><em>It wasn't your fault.</em></p>
</body>
</html>

@ -5,30 +5,39 @@
/storage/0B7B-4CE8/Music/Popular/Pierce The Veil/Misadventures/06 Circles.mp3
/storage/0B7B-4CE8/Music/Popular/girl in red/chapter 1/01 i wanna be your girlfriend.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/Dead End Kings/01 The Parting.mp3
/storage/0B7B-4CE8/Music/Popular/Three Days Grace/Human Race/01 Human Race.mp3
/storage/0B7B-4CE8/Music/Popular/Bullet For My Valentine/Gravity/11 Breathe Underwater.mp3
/storage/0B7B-4CE8/Music/Popular/Three Days Grace/Human Race/01 Human Race.mp3
/storage/0B7B-4CE8/Music/Popular/Breaking Benjamin/Dark Before Dawn/03 Angels Fall.mp3
/storage/0B7B-4CE8/Music/Popular/The xx/Coexist/01 Angels.mp3
/storage/0B7B-4CE8/Music/Indie/Fist Benders/Fist Benders/06 I Know.mp3
/storage/0B7B-4CE8/Music/Popular/Sleeping With Sirens/Let's Cheers To This/10 All My Heart.mp3
/storage/0B7B-4CE8/Music/Popular/Halsey/BADLANDS (Deluxe)/11 Coming Down.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/The Fall of Hearts (Tour Edition)/04 Decima.mp3
/storage/0B7B-4CE8/Music/Popular/Rise Against/The Ghost Note Symphonies, Vol.1/05 Like The Angel (Ghost Note Symphonies).mp3
/storage/0B7B-4CE8/Music/Popular/Piano Tribute Players/Piano Tribute to The Pretty Reckless/07 You.mp3
/storage/0B7B-4CE8/Music/Popular/Coldplay/Ghost Stories/09 O.mp3
/storage/0B7B-4CE8/Music/Popular/Tiamat/Prey/09 Prey.mp3
/storage/0B7B-4CE8/Music/Popular/Rise Against/The Ghost Note Symphonies, Vol.1/09 Far From Perfect (Ghost Note Symphonies).mp3
/storage/0B7B-4CE8/Music/Popular/Mount Tyrant/Past Dance/04 Black & Gold.mp3
/storage/0B7B-4CE8/Music/Popular/Bullet For My Valentine/Gravity/01 Leap Of Faith.mp3
/storage/0B7B-4CE8/Music/Popular/Tiamat/Prey/14 Sleeping (In the Fire).mp3
/storage/0B7B-4CE8/Music/Indie/Various Artists/Piri Reis - They Sleep We Live split/03 Fire Walk With Me.mp3
/storage/0B7B-4CE8/Music/Popular/Of Mice _ Men/Restoring Force_ Full Circle/06 Another You.mp3
/storage/0B7B-4CE8/Music/Popular/A Day To Remember/Homesick (Special Edition)/06 Have Faith In Me.mp3
/storage/0B7B-4CE8/Music/Popular/10 Years/The Autumn Effect/01 Waking Up.mp3
/storage/0B7B-4CE8/Music/Popular/Tiamat/Prey/01 Cain.mp3
/storage/0B7B-4CE8/Music/Indie/I Don't Want To Know Why The Caged Bird Sings/Things Are Getting Better But I am Still Dead Inside/05 One.mp3
/storage/0B7B-4CE8/Music/Popular/The Neighbourhood/I Love You/02 Afraid.mp3
/storage/0B7B-4CE8/Music/Popular/Highly Suspect/The Boy Who Died Wolf/07 Send Me An Angel.mp3
/storage/0B7B-4CE8/Music/Popular/Tiamat/Prey/05 Divided.mp3
/storage/0B7B-4CE8/Music/Soundtrack/Various Artists/FINAL FANTASY XIII Original Soundtrack [Limited Edition]/Disc 1/1.13 Ragnarok.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/Dead End Kings/03 Hypnone.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/The Fall of Hearts (Tour Edition)/06 Residual.mp3
/storage/0B7B-4CE8/Music/Popular/Paradise Lost/Tragic Idol/08 Tragic Idol.mp3
/storage/0B7B-4CE8/Music/Popular/Mount Tyrant/The Grey/01 The Grey.mp3
/storage/0B7B-4CE8/Music/Popular/Drowning Pool/Resilience/09 Understand.mp3
/storage/0B7B-4CE8/Music/Popular/Of Mice _ Men/Restoring Force_ Full Circle/07 Break Free.mp3
/storage/0B7B-4CE8/Music/Popular/Black Veil Brides/Wretched and Divine_ The Story Of The Wild Ones (Ultimate Edition)/06 We Don't Belong.mp3
/storage/0B7B-4CE8/Music/Popular/Dope/No Regrets/13 Rebel Yell.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/Behind The Blood/01 Behind The Blood.mp3
/storage/0B7B-4CE8/Music/Popular/10 Years/(how to live) AS GHOSTS/01 The Messenger.mp3
@ -41,15 +50,21 @@
/storage/0B7B-4CE8/Music/Popular/The Neighbourhood/Thank You/02 A Little Death.mp3
/storage/0B7B-4CE8/Music/Popular/Saving Abel/Saving Abel/02 Addicted.mp3
/storage/0B7B-4CE8/Music/Popular/Sleeping With Sirens/Feel/09 Déjà Vu.mp3
/storage/0B7B-4CE8/Music/Popular/Drowning Pool/Drowning Pool/01 Let The Sin Begin.mp3
/storage/0B7B-4CE8/Music/Popular/Drowning Pool/Drowning Pool/08 Children Of The Gun.mp3
/storage/0B7B-4CE8/Music/Popular/You Me At Six/Sinners Never Sleep/01 Loverboy.mp3
/storage/0B7B-4CE8/Music/Popular/10 Years/Feeding The Wolves/05 Fix Me.mp3
/storage/0B7B-4CE8/Music/Popular/Tiamat/Prey/04 Love In Chains.mp3
/storage/0B7B-4CE8/Music/Popular/The Neighbourhood/I Love You/01 How.mp3
/storage/0B7B-4CE8/Music/Popular/Nothing More/Nothing More/08 Ill Be OK.mp3
/storage/0B7B-4CE8/Music/Popular/Highly Suspect/The Boy Who Died Wolf/04 For Billy.mp3
/storage/0B7B-4CE8/Music/Soundtrack/Various Artists/Vol. 14_ Kid Icarus ♪ Super Smash Bros. for Wii U and 3DS Expanded Soundtrack/07 Dark Pit's Theme.mp3
/storage/0B7B-4CE8/Music/Popular/A Day To Remember/And Their Name Was Treason/04 A Second Glance.mp3
/storage/0B7B-4CE8/Music/Popular/A Day To Remember/Homesick (Special Edition)/07 Welcome to the Family.mp3
/storage/0B7B-4CE8/Music/Popular/Black Veil Brides/Wretched and Divine_ The Story Of The Wild Ones (Ultimate Edition)/06 We Don't Belong.mp3
/storage/0B7B-4CE8/Music/Popular/Breaking Benjamin/Dark Before Dawn/03 Angels Fall.mp3
/storage/0B7B-4CE8/Music/Popular/Highly Suspect/Mister Asylum/05 23 (feat. Sasha Dobson).mp3
/storage/0B7B-4CE8/Music/Popular/Breaking Benjamin/Dark Before Dawn/10 Ashes of Eden.mp3
/storage/0B7B-4CE8/Music/Popular/Katatonia/City Burials/01 Heart Set to Divide.mp3
/storage/0B7B-4CE8/Music/Popular/Tiamat/Wildhoney (Re-Issue + Bonus) (Remastered)/08 Do You Dream of Me_ (remastered).mp3
/storage/0B7B-4CE8/Music/Popular/Asking Alexandria/Asking Alexandria/02 Into The Fire.mp3
/storage/0B7B-4CE8/Music/Popular/Asking Alexandria/From Death To Destiny/04 Run Free.mp3
/storage/0B7B-4CE8/Music/Vaporwave/json/death of an individual identity/07 1111.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/Drowning Pool/Full Circle/09 37 Stitches.mp3
/storage/0B7B-4CE8/Music/Popular/The Pretty Reckless/Light Me Up/07 Miss Nothing.mp3

Loading…
Cancel
Save