<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <title>The page you were looking for doesn't exist (404)</title>
	<%= stylesheet_link_tag "bootstrap", {'data-turbolinks-track'=>"reload", 'async'=>true} %>

</head>

<body>
  <div class="form-group clear">
	<div class="col-md-2"></div>
	<div class="col-md-8 col-sm-12">
		<div class="card">
			<div class="card-footer text-xs-center">
				<h2 class="title">The page you were looking for doesn't exist.</h2>
				<div class="card">
					<div class="card-block">
						<h5>You may have mistyped the address or the page may have moved.</h5>
						<div class="text-xs-center">
							<a href="/" class="btn btn-success">Go to index page</a>
						</div>
					</div>
				</div>
			</div>
		</div>
  </div>
  </div>
</body>
</html>