Vulcan/client/views/errors/not_found.html

6 lines
201 B
HTML
Raw Normal View History

<template name="notFound">
2012-10-18 10:53:57 +11:00
<div class="grid-small grid-block dialog">
<h2>{{i18n "Not Found!"}}</h2>
<p>{{i18n "We're sorry; whatever you were looking for isn't here.."}}</p>
2012-10-18 10:53:57 +11:00
</div>
</template>