summaryrefslogtreecommitdiff
path: root/templates/apache/htdocs/missing.html.erb
blob: 0c95ef3f7e1089c7e2d54fb6012f631052154dba (plain)
1
2
3
4
5
6
7
8
9
10
11
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>