summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
blob: 8d4883b5529a3dce08294317c0eeaf967099ca91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
	<title>vrr-fakedisplay</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	%= 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>