summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
blob: ca06ae94b945a0e460f4bc2f36263c5b0c59ab00 (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-infoscreen</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>