63 lines
1.2 KiB
HTML
63 lines
1.2 KiB
HTML
<!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 — Forest.</p>
|
|
</article>
|
|
</main>
|
|
<footer>❦</footer>
|
|
</body>
|
|
</html>
|