This commit is contained in:
Zsolt Ero
2024-01-16 20:53:31 +01:00
parent 4114cdda6c
commit cb18657ec0
9 changed files with 175 additions and 22 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>{title}</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="static">
{main}
</div>
</body>
</html>