28 lines
532 B
HTML
28 lines
532 B
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>
|
|
<p>
|
|
coming soon
|
|
</p>
|
|
</body>
|
|
</html>
|