47 lines
1.1 KiB
HTML
47 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>thermokar.st</title>
|
|
<style type="text/css">
|
|
body{
|
|
max-width: 35em;
|
|
margin: 0 auto;
|
|
line-height: 1.5;
|
|
font-family: sans-serif;
|
|
font-size: large;
|
|
}
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
<a href="https://thermokar.st">thermokar.st</a>
|
|
</h1>
|
|
<h2>
|
|
now
|
|
</h2>
|
|
<div>
|
|
<h3>reading</h3>
|
|
<ul>
|
|
<li><a href="https://kobo.com/en-US/ebook/of-boys-and-men-6">Of Boys and Men</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h3>gaming</h3>
|
|
<ul>
|
|
<li>Another Crab's Treasure (Switch)</li>
|
|
<li>Elden Ring (PC)</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h3>music</h3>
|
|
<p>i recently picked up the following albums:</p>
|
|
<ul>
|
|
<li>Sleep Token - Sundowning</li>
|
|
<li>Sleep Token - This Place Will Become Your Tomb</li>
|
|
<li>Sleep Token - Take Me Back To Eden</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|