adding now page
This commit is contained in:
parent
7d008ca7a0
commit
f71f92a807
1 changed files with 25 additions and 0 deletions
25
now.html
Normal file
25
now.html
Normal 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>
|
Loading…
Add table
Reference in a new issue