forked from nat/webbed-site
19 lines
483 B
HTML
19 lines
483 B
HTML
<html>
|
|
<head>
|
|
<title>aoeu</title>
|
|
<style>
|
|
$[cat style.css]
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
|
<main>
|
|
<section>
|
|
<h1>Wowee! a blogpost</h1>
|
|
aoeu
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|