diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-09 23:04:24 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-09 23:04:24 +0100 |
commit | 6b7f19880ba5bbcc0632b457404f102c9deac462 (patch) | |
tree | fb9915fadafaf03c7e0e1089836d132d35746a8a /cgi/templates/not_found.html.ep | |
parent | 2387723d004a00a82ced89e40d422ec56df54117 (diff) |
move templates from DATA section to separate files
Diffstat (limited to 'cgi/templates/not_found.html.ep')
-rw-r--r-- | cgi/templates/not_found.html.ep | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cgi/templates/not_found.html.ep b/cgi/templates/not_found.html.ep new file mode 100644 index 0000000..ca1fb5f --- /dev/null +++ b/cgi/templates/not_found.html.ep @@ -0,0 +1,13 @@ +<!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> |