1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 01:29:43 +02:00
documize/gui/app/pods/not-found/template.hbs

8 lines
217 B
Handlebars
Raw Normal View History

2018-11-07 15:56:05 +00:00
<div class="not-found">
<h1>Oops! That page couldn't be found.</h1>
<p>Maybe the content you're looking for is no longer available?</p>
<p>&nbsp;</p>
<a href="/">Return to Documize home page</a>
</div>
2016-07-07 18:54:16 -07:00
{{outlet}}