insight-ui-zcash/public/views/404.html

7 lines
224 B
HTML
Raw Normal View History

2014-01-31 11:35:51 -08:00
<div data-ng-include src="'/views/includes/connection.html'"></div>
2014-01-17 10:25:26 -08:00
<div class="jumbotron">
<h1>Ooops!</h1>
<h2 class="text-muted">404 Page not found :(</h2>
2014-01-17 10:25:26 -08:00
<p><a href="/" class="pull-right">Go to home</a></p>
</div>