Added general config

This commit is contained in:
2025-12-31 14:01:18 +01:00
parent 7f98a33d7e
commit c7d9cf8567
5 changed files with 43 additions and 1 deletions

24
templates/index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="{{lang}}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{title}}</title>
<link rel="stylesheet" href="/style/style.css">
</head>
<body>
<header>
<h1>{{title}}</h1>
</header>
<nav id="nav">
</nav>
<main>
<ol id="posts">
</ol>
</main>
</body>
</html>