19 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <%- include('hedgedoc/head') %>
 | |
|     <link rel="stylesheet" href="<%- serverURL %>/css/center.css">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <%- include('hedgedoc/header') %>
 | |
|     <div class="container-fluid text-center">
 | |
|         <div class="vertical-center-row">
 | |
|             <h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
 | |
|         </div>
 | |
|     </div>
 | |
| </body>
 | |
| 
 | |
| </html>
 |