21 lines
490 B
HTML
Raw Normal View History

2023-10-04 17:16:20 +02:00
<!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>
2023-10-04 17:24:20 +02:00
<h1>Sicherheitsunterweisung</h1>
<form>
<label for="date-input">Datum</label>
<input type="date" name="date" id="date-input" />
</form>
2023-10-04 17:16:20 +02:00
<script src="/static/js/htmx.min.js" type="text/javascript"></script>
</body>
</html>