summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
blob: 35255b31a3093dcfb9ed1ee439651df3f1ed90f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
	<title>vrr-fakedisplay</title>
	<meta charset="utf-8">
	%= stylesheet '/main.css'
</head>
<body>

<div class="error">404 Not Found</div>
<div>
<pre>
The requested URL does not exist and does not map to a public transit station.
</pre>
</div>
<div>
<a href="/">return to main page</a>
</div>
</body>
</html>