mirror of
				https://github.com/nextcloud/all-in-one.git
				synced 2025-11-01 03:31:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			633 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			633 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <html>
 | |
|     <head>
 | |
|         <title>AIO</title>
 | |
|         <link rel="stylesheet" href="/style.css?v4" media="all" />
 | |
|         <link rel="icon" href="/img/favicon.png">
 | |
|         <script type="text/javascript" src="forms.js"></script>
 | |
|         <script type="text/javascript" src="toggle-dark-mode.js"></script>
 | |
|     </head>
 | |
| 
 | |
|     <body>
 | |
|         <div class="wrapper">
 | |
|             {% block body %}{% endblock %}
 | |
|         </div>
 | |
|         <div id="overlay">
 | |
|             <div class="loader"></div>
 | |
|         </div>
 | |
|         <button id="theme-toggle" onclick="toggleTheme()">
 | |
|             <span id="theme-icon"></span>
 | |
|         </button>
 | |
|     </body>
 | |
| </html>
 |