blob: d1b353f93aa2479ed0bfbc9d8db320a0c1d5125a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<title>Not Found</title>
</head>
<body>
<p class=center>
Not the page you are looking for.
</p>
<p class=center>
Go back or go to the <a href="<%= url_for 'noaction' %>">start page</a>.
</p>
</body>
</html>
|