gaf-mobile
Version:
GAF mobile Web site
18 lines (17 loc) • 798 B
HTML
<div class="error scroll-container">
<div class="section-inner error-page">
<!-- <img src="https://lh3.googleusercontent.com/-vtGbU1ndChQ/VhTIyyQvCOI/AAAAAAAAFw0/ODnn707z8F0/w706-h879-no/2015-10-07.png" alt=""> -->
<fl-svg src="/images/404/dino.svg" class="dino" alt="Page not found"></fl-svg>
<h3>How sad, we can't find the page you're looking for :(</h3>
<p class="subtitle">To help make you feel better, you can either</p>
<button ng-click="$event.preventDefault(); navCtrl.startNewProject()"
class="btn btn-primary">
Post a Project
</button>
<span class="button-separator">or</span>
<a href="/jobs"
class="btn btn-default">
Browse for Projects
</a>
</div>
</div>