28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <meta charset="utf-8" />
 | |
|   <title>%DEVICE_NAME%</title>
 | |
|   <meta http-equiv="content-type" content="text/html;charset=UTF-8">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|   <link rel="stylesheet" href="static/css/bootstrap.min.css">
 | |
|   <link rel="stylesheet" href="static/css/custom.css">
 | |
|   <script src="static/js/jquery.min.js"></script>
 | |
|   <script src="static/js/bootstrap.min.js"></script>
 | |
|   <link rel="apple-touch-icon" sizes="180x180" href="static/img/apple-touch-icon.png">
 | |
|   <link rel="icon" type="image/png" sizes="32x32" href="static/img/favicon-32x32.png">
 | |
|   <link rel="icon" type="image/png" sizes="16x16" href="static/img/favicon-16x16.png">
 | |
|   <link rel="manifest" href="static/img/site.webmanifest">
 | |
|   <meta http-equiv="refresh" content="3; url='/index.htm'" />
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <div class="container" style="display: flex; justify-content: center; align-items: center; height: 100vh">
 | |
|     <div class="alert alert-success">
 | |
|       <strong>Bitte warten!</strong> Änderungen werden übernommen.
 | |
|     </div>
 | |
|   </div>
 | |
| </body>
 | |
| 
 | |
| </html> |