diff options
Diffstat (limited to 'templates/vserver/files/var/www/htdocs')
-rw-r--r-- | templates/vserver/files/var/www/htdocs/missing.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/vserver/files/var/www/htdocs/missing.html b/templates/vserver/files/var/www/htdocs/missing.html new file mode 100644 index 0000000..2762324 --- /dev/null +++ b/templates/vserver/files/var/www/htdocs/missing.html @@ -0,0 +1,12 @@ +<html> +<head> +<title>404 - Not Found</title> +</head> +<body> + <center> + <pre> + File not found. + </pre> + </center> +</body> +</html> |