	<html>
		<head>
			<meta name='viewport' content='width=device-width, initial-scale=1.0' />
			<!-- Adobe Fonts -->
			<link rel="stylesheet" href="https://use.typekit.net/tiu2uik.css">
			<!-- Google Analytics -->
			<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
			<script>
				window.dataLayer = window.dataLayer || [];
				function gtag(){ dataLayer.push( arguments ); }
				gtag( 'js', new Date() );
				gtag( 'config', '' );
			</script>
			<style type="text/css">

				a,
				a:active,
				a:hover,
				a:visited {
					color: #dd3333;
				}

				body {
					background-color: #F0F0F0;
					display: flex;
					font-family: 'proxima-nova';
					font-size: 18px;
					font-weight: 300;
				}

				body,
				html {
					height: 100%;
					justify-content: center;
					margin: 0;
					padding: 0;
					width: 100%;
					text-align: center;
				}

				div#container {
					align-self: center;
					background-color: White;
					border: 1px solid rgba( 0, 0, 0, 0.2 );
					margin: 1em;
					max-width: 600px;
					padding: 16px;
					text-align: center;
				}

				div#container img {
					margin: 1em auto;
				}

				h1 {
					font-family: 'proxima-nova';
					font-size: 24px;
					font-weight: 300;
					text-transform: uppercase;
				}

				p.wpdg-eh-error-type {
					color: #999;
					font-size: 14px;
					font-style: italic;
					text-transform: uppercase;
				}

			</style>
			<title>An error has occurred</title>
		</head>
		<body>
			<div id="container">
				<img id="wpdg-eh-logo" src="" width="300" />
				<h1>We're sorry, but something went wrong</h1>
				<p>Please rest assured we're working to restore service as soon as possible.</p>
				<p>In the meantime, <strong>please email us at <a href="mailto:alerts@websterpark.com">alerts@websterpark.com</a>.</strong></p>
				<p class="wpdg-eh-error-type">Error code: 2</p>
			</div>
		</body>
	</html>
