19 lines
461 B
HTML
19 lines
461 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="date" content='$date-meta$'>
|
|
<title>$title$</title>
|
|
<style>
|
|
h5 { font-weight: normal; }
|
|
table { width: 250%; }
|
|
nav { float: left; width: 20%;}
|
|
main { float: right; width: 80%; }
|
|
pre { background-color: lightgrey; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
$body$
|
|
</body>
|
|
</html>
|