404 page rendering different page?
scheung38 opened this issue · 1 comments
scheung38 commented
I am expecting this 404 not found page after adding the 404.html in my project/client/template/404.html:
http://bootsnipp.com/snippets/featured/simple-404-not-found-page
<template name="notFound">
<div class="row">
<div class="col-md-12">
<div class="error-template">
<h1>
Oops!</h1>
<h2>
404 Not Found</h2>
<div class="error-details">
Sorry, an error has occured, Requested page not found!
</div>
<div class="error-actions">
<a href="http://www.jquery2dotnet.com" class="btn btn-primary btn-lg"><span
class="glyphicon glyphicon-home"></span>
Take Me Home </a><a href="http://www.jquery2dotnet.com" class="btn btn-default btn-lg"><span
class="glyphicon glyphicon-envelope"></span> Contact Support </a>
</div>
</div>
</div>
</div>
</template>
But instead I see this iron: router 404?
chrisbutler commented
have you created any routes?