22 lines
		
	
	
		
			550 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			550 B
		
	
	
	
		
			Plaintext
		
	
	
<!DOCTYPE html>
 | 
						|
<html class="h-max min-h-screen flex flex-col" lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <title>Document</title>
 | 
						|
 | 
						|
    <meta name="color-scheme" content="light" />
 | 
						|
 | 
						|
    <link href="/static/styles.css" rel="stylesheet">
 | 
						|
 | 
						|
    <script src="/static/lib/htmx.min.js" defer></script>
 | 
						|
 | 
						|
    {% block head %}{% endblock %}
 | 
						|
</head>
 | 
						|
 | 
						|
<body class="w-full max-w-screen flex-1 h-full min-h-max flex text-black">
 | 
						|
    {% block content %}{% endblock %}
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |