Leere index.html hinzugefügt

This commit is contained in:
Jason Streifling 2023-10-04 17:16:20 +02:00
parent 085c73381d
commit 0bbf8e7051

15
templates/index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/style.css">
<title>Sicherheitsunterweisung</title>
</head>
<body>
<script src="/static/js/htmx.min.js" type="text/javascript"></script>
</body>
</html>