aboutsummaryrefslogtreecommitdiff
path: root/templates/404.tpl
blob: e87ed60db3d8f2e1e331e77966142ca9769a93f0 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Not Found</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	</head>
	<body>
        <h1>Requested Resource Not Found</h1>
	</body>
</html>