44 lines
1.6 KiB
HTML
44 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title ng-bind="Hostr">Hostr - File not found</title>
|
|
<link rel="icon" type="image/png" href="/images/favicon.png">
|
|
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
|
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
|
|
<link href="/styles/app.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<section class="container header clearfix">
|
|
<div class="row">
|
|
<div class="col-md-8 col-md-offset-2" style='text-align: center;'>
|
|
<div class="logo">
|
|
<a href="/"><img src="/images/logo-dark-r.png" height="22" width="26" alt=""></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="jumbotron error-page">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-8 col-md-offset-2">
|
|
<h1>Oops!</h1>
|
|
<h2>It looks like you've hit an unexpected error :(</h2>
|
|
|
|
<p class="lead">Refreshing might fix the problem. If not, sit tight! We're on it!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<script>
|
|
var _gaq=[['_setAccount','UA-66209-2'],['_setDomainName', 'hostr.co'],['_trackPageview']];
|
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
|
g.src='//www.google-analytics.com/ga.js';
|
|
s.parentNode.insertBefore(g,s)}(document,'script'));
|
|
</script>
|
|
</body>
|
|
</html>
|