summaryrefslogtreecommitdiff
path: root/templates/not_found_.html.ep
blob: b96e46e26e15885cd8f95968c1b0f549cc73a222 (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 <%= link_to 'start page' => 'login' %>.
    </p>
  </body>

</html>