first commit

This commit is contained in:
2025-05-15 16:06:00 +01:00
commit e8cf8acbbc
129 changed files with 3796 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$head.html$
<body>
$header.html$
<main>
<div class="box">
<div class="column" style="--custom_width: 60%;">
$post$
</div>
</div>
<div class="spacer" style="--size: 2em"></div>
<a href="#" class="btt"><img class="bttimg" src="../media/icons/arrow_upward.png"/></a>
</main>
$footer.html$
</body>