update from sparkleup
This commit is contained in:
parent
f03b4b8d0a
commit
4c0f02c7aa
|
@ -22,7 +22,9 @@
|
|||
<li class="done4"> Second pass</li>
|
||||
</ul>
|
||||
<h2 id="current">Current</h2>
|
||||
<p><a href="sonata/index.html">Sonata</a></p>
|
||||
<ul>
|
||||
<li><a href="sonata/index.html">Sonata</a></li>
|
||||
</ul>
|
||||
<h2 id="collections-universes-and-larger-works">Collections, universes, and larger works</h2>
|
||||
<ul>
|
||||
<li class="rejected"> <a href="furrything/index.html"><em>untitled furry thing</em></a></li>
|
||||
|
@ -79,7 +81,7 @@
|
|||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-10-09</p>
|
||||
<p>Page generated on 2020-10-23</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -31,9 +31,10 @@
|
|||
<p>I went back to my room knowing that him urging me toward karate was me brushing up against this new form of control, but that me finding choir was some form of mastery that he could never attain. And me a beginner! </p>
|
||||
<p>I took off my outfit and put it up on the hanger in my closet.</p>
|
||||
<p>I don’t know that he ever saw it again. I know he never made it to any of my concerts, of course, but I also don’t remember whether or not we were even living with him by the time my first concert rolled around. Maybe?</p>
|
||||
<p>Either way, it did not last, and by the time singing had taken over, he had ceased to exist in any way meaningful to me. As I flowed into choir, he flowed out of my life and, as far as I can tell, slipped between the atoms of this world and passed from being. It did not matter.</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-10-22</p>
|
||||
<p>Page generated on 2020-10-23</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | folly-research</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 | folly-research</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>The folly of doing your own damn research, when it comes to medicine, is that you are suggestible by design. You are built to take in givens and from them draw conclusions.</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-10-23</p>
|
||||
</footer>
|
||||
</main>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue