Vulcan/client/views/errors/not_found.html
2012-10-18 10:53:57 +11:00

6 lines
No EOL
180 B
HTML

<template name="not_found">
<div class="grid-small grid-block dialog">
<h2>Not Found!</h2>
<p>We're sorry; whatever you were looking for isn't here..</p>
</div>
</template>