1
0
forked from nat/webbed-site

update changelog; update blog posts to modern style

This commit is contained in:
gnat
2024-07-27 15:41:50 -07:00
parent fda5e83a47
commit 515fa2f979
5 changed files with 88 additions and 61 deletions

View File

@ -1,11 +1,18 @@
<html>
<style>
$[cat style.css]
</style>
<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}"/']
<span style="font-size: 28px; float: left;">Wowee! a blogpost<br></span><br><br>
<hr>
aoeu
<main>
<section>
<h1>Wowee! a blogpost</h1>
aoeu
</section>
</main>
</body>
</html>