2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | So.< / title >
2023-05-11 05:30:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2020-04-25 06:35:06 +00:00
< 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 | So.< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2023-05-11 05:20:07 +00:00
< p > I stumbled across a journal of mine from middle school and high school, and have never been more mortified in my life. Then I reread some LJ stuff, and it just got worse. I would like to apologize to the following people, in chronological order (if you think it’ s you, it probably is):< / p >
< details > < summary > Read more...< / summary >
2020-04-25 06:35:06 +00:00
Nick C.
Matthew D.
Amanda
Sarah T.
Leslie W.
Michael G.
Janusz S.
Ransom C.
2023-05-11 05:20:07 +00:00
Forest (don't remember the last name)
2020-04-25 06:35:06 +00:00
Julene H.
Steven M.
Matthew
Daniel J.
2023-05-11 05:20:07 +00:00
"paranoid_cow"
"shrimpingoddess"
2020-04-25 06:35:06 +00:00
Everyone on GovTeen.com
My dad
Trent Reznor
My mom
Jay K.
Zach K.
Marek Y.
Krista K.
2023-05-11 05:20:07 +00:00
"Nikkita"
"Talaer"
"Yoshi"
"nothingkat"
"Merlin"
"Malson"
"Matthart"
"Snout"
2020-04-25 06:35:06 +00:00
Matthew
Andrew S.
Jim C.
Cullen M.
Jarred S.
Kiran K.
Kory K.
Kristal A.
Shannon F.
Lon M.
Ryan C.
2023-05-11 05:20:07 +00:00
"Michael"
2020-04-25 06:35:06 +00:00
Andy B.
Charles
Kevin F.
Tyson W.
Osric W.
Kayla K.
James C.
Andrew A.
2023-05-11 05:20:07 +00:00
Anyone I've left out.
< / details >
< p > I’ m truly, deeply sorry, and I hope that you’ ll forgive me for being such a terrible person.< / p >
2020-04-25 06:35:06 +00:00
< p > x.< / p >
< / article >
< footer >
< p > Page generated on 2009-06-15 06:10:54< / p >
< / 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 06:35:06 +00:00
< / body >
< / html >