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