forked from nat/webbed-site
20 lines
440 B
HTML
20 lines
440 B
HTML
<html>
|
|
<head>
|
|
<title>aoeu</title>
|
|
<style>
|
|
$[cat style.css]
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
$[include html/header.html]
|
|
<main>
|
|
<section>
|
|
<h1>Wowee! a blogpost</h1>
|
|
aoeu
|
|
</section>
|
|
</main>
|
|
$[include html/footer.html]
|
|
</body>
|
|
</html>
|