This commit is contained in:
2025-09-05 14:43:05 +02:00
parent b723bb1285
commit bc3df4ce1a
5 changed files with 47 additions and 2 deletions

19
templates/base.html Normal file
View File

@@ -0,0 +1,19 @@
<html lang="de">
<head>
<link rel="stylesheet" href="/css/style.css">
<meta charstet="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> {% block title %} {% endblock %} </title>
</head>
<body>
<h1> Herzlich Willkommen auf der Website der BI23b! </h1>
<p> Zurücklehnen und genießen... </p>
</body>
</html>