adding now page

This commit is contained in:
Matthew Ryan Dillon 2024-07-01 10:51:07 -04:00
parent 7d008ca7a0
commit f71f92a807

25
now.html Normal file
View file

@ -0,0 +1,25 @@
<!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">now - thermokar.st</a>
</h1>
<p>
coming soon
</p>
</body>
</html>