diff options
Diffstat (limited to 'puppet/templates/apache/htdocs/missing.html.erb')
-rw-r--r-- | puppet/templates/apache/htdocs/missing.html.erb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/puppet/templates/apache/htdocs/missing.html.erb b/puppet/templates/apache/htdocs/missing.html.erb new file mode 100644 index 0000000..0c95ef3 --- /dev/null +++ b/puppet/templates/apache/htdocs/missing.html.erb @@ -0,0 +1,12 @@ +<html> +<head> +<title>404 - Not Found</title> +</head> +<body> + <center> + <pre> + The address you are trying to reach could not be found. :( + </pre> + </center> +</body> +</html> |