This commit is contained in:
Rupus Reinefjord 2025-08-16 05:10:20 +02:00
parent 2536db5e31
commit 7993c2eb7e
2 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
overflow-wrap: break-word;
}
main {
max-width: 36rem;
margin: 0 auto;
}
h1 {
margin-bottom: 10px;
}
code, kbd {
background-color: #ddd;
}
.asterism, footer {
margin: 2rem 0;
text-align: center;
}
pre {
overflow-x: auto;
background-color: #eee;
border-radius: 5px;
padding: 10px;
}
</style>
<title>Forest</title>
</head>
<body>
<main>
<p><a href="/">Index</a></p>
<article>
<header>
<h1>Forest</h1>
<small><time>2025-08-16</time></small>
</header>
<blockquote>
<pre>Why can't you see that you are my child?
Why don't you know that you are my mind?
Tell everyone in the world, that I'm you
Take this promise to the end of you.</pre>
</blockquote>
<p>System of a Down &mdash; Forest.</p>
</article>
</main>
<footer>&#10086;</footer>
</body>
</html>

View file

@ -64,6 +64,7 @@
<h2>Thoughts</h2>
<ul>
<li><a href="/blog/2025-08-16_forest.html"><small>2025-08-16: </small>Forest</a></li>
<li><a href="/blog/2025-08-15_post-scarcity.html"><small>2025-08-15: </small>Reaching post-scarcity</a></li>
<li><a href="/blog/2022-05-09_this-website.html"><small>2022-05-09: </small>This website</a></li>
</ul>