54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | i-guess..</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 | i-guess..</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-14
|
|
weight: 20
|
|
background: “#001a06”
|
|
color: ‘#aba’
|
|
quote: ‘#cdc’
|
|
pulse_light: true</p>
|
|
<hr />
|
|
<p>I’m hypomanic now.</p>
|
|
<blockquote>
|
|
<p>You’re hypomanic now.</p>
|
|
</blockquote>
|
|
<p>It’s not because of this.</p>
|
|
<blockquote>
|
|
<p>It’s not because of me.</p>
|
|
</blockquote>
|
|
<p>This is part of hypomania, but this is not because of it.</p>
|
|
<blockquote>
|
|
<p>I am part of hypomania, but I am not because of it.</p>
|
|
</blockquote>
|
|
<p>I’m sorry.</p>
|
|
<blockquote>
|
|
<p>I’m sorry.</p>
|
|
</blockquote>
|
|
<p><a class="pulse" href="/12">Let’s go back, please</a>.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|