27 lines
540 B
HTML
27 lines
540 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="date" content="$date$">
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
$body$
|
|
</main>
|
|
<footer>
|
|
<small>built: $date$</small>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|