2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2020-01-15-trains< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 2020-01-15-trains< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2020-01-15
2020-06-24 07:10:07 +00:00
title: “ Trains” < / p >
2020-04-25 05:00:08 +00:00
< hr / >
< p > Long trip, long trip.< / p >
< blockquote >
< p > Is this honestly the best use of it?
<!-- more --> < / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > What’ s wrong with talking about difficult subjects when you’ re prevented from doing literally anything else? No cell reception, might as well rip open old wounds. Two train rides and a bellyful of antisleepy. Long trip.< / p >
2020-04-25 05:00:08 +00:00
< h3 id = "new-content" > New Content< / h3 >
< ul >
< li > < a href = "/sex/5.html" > Sex 5< / a > through < a href = "/sex/10.html" > Sex 10< / a > < / li >
< li > < a href = "/sex/rape.html" > Rape< / a > < / li >
< / ul >
< h3 id = "updated-content" > Updated content< / h3 >
< ul >
< li > < a href = "/sex.html" > Earlier sex sections< / a > have been pretty heavily edited.< / li >
< / ul >
< / article >
< footer >
2020-06-24 07:10:07 +00:00
< p > Page generated on 2020-06-24< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 05:00:08 +00:00
< / body >
< / html >