32 lines
		
	
	
	
		
			764 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			764 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!--  License: CC0-1.0 -->
 | 
						|
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>Houdini Project - Maintenance</title>
 | 
						|
  <link href='https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:400italic,400,300,800,700|Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
 | 
						|
  <style type="text/css">
 | 
						|
		body {
 | 
						|
			text-align: center;
 | 
						|
			font-family: 'Bitter', serif;
 | 
						|
		}
 | 
						|
		h1 {
 | 
						|
		}
 | 
						|
		.logo a {
 | 
						|
			text-decoration: none;
 | 
						|
			color: #555;
 | 
						|
		}
 | 
						|
		.logo span {
 | 
						|
			color: #0082B4;
 | 
						|
		}
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <!-- This file lives in public/maintenance.html -->
 | 
						|
  <div class="dialog">
 | 
						|
		<h1 class='logo'><a href='/'>Houdini Project</a></h1>
 | 
						|
    <h1>We're down for maintenance.</h1>
 | 
						|
		<p>We're sorry for the inconvenience. Please check back soon.</p>
 | 
						|
  </div>
 | 
						|
</body>
 | 
						|
</html>
 |