create first rough html output

This commit is contained in:
2024-02-17 09:44:08 +01:00
parent a6a6f9e72e
commit 998ebd481e
15 changed files with 346 additions and 9 deletions

13
templates/index.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<style>
h2,h3,h4,h5,h6 {
display: inline;
}
</style>
</head>
<body>
<h1>ABGB</h1>
{{content}}
</body>
</html>