Commit f705b2f9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add custom not found template

parent 969590d6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -272,3 +272,18 @@ v<%= $version %>

</body>
</html>

@@ not_found.html.ep
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>page not found</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
</head>
<body>
<div>
page not found
</div>
</body>
</html>