3d-interface/views/404.html

11 lines
225 B
HTML
Raw Normal View History

2015-05-05 11:56:35 +02:00
<%{ 'main' }%>
<%{ title %>404<%} %>
<%{ content %>
<section>
<h2>Error 404</h2>
<p>
2015-05-05 11:56:35 +02:00
There is nothing there... maybe you want to go back to <a href="<%= urls.index %>">the index</a>
</p>
</section>
2015-05-05 11:56:35 +02:00
<%} %>