generator-neonode
Version:
Yeoman generator to scaffold a Neonode Fullstack MVC Application
26 lines (20 loc) • 493 B
HTML
<style type="text/css">
body {
font-size: 13px;
margin: 0;
color: #4c4c4c;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center;
}
.view {
padding: 5em 0;
}
</style>
<div class="view">
<h1>404</h1>
<h2>We can't find the page you're looking for!</h2>
<p>Looks like you followed a bad link or something went wrong.</p>
<p>
Go back to the <a href="<%= CONFIG[CONFIG.environment].siteURL %>/">Homepage</a>.
</p>
</div>