16 lines
		
	
	
		
			340 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			340 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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>
 |