Files
rmphp-skeleton/templates/error/404.tpl
2023-06-26 21:11:35 +03:00

10 lines
143 B
Smarty

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404</title>
</head>
<body>
<h1>Error 404</h1>
</body>
</html>