-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
48 lines (46 loc) · 2.16 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found | DispatchStation</title>
<meta name="title" content="404 Not Found | DispatchStation">
<meta name="description" content="Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="404 Not Found | DispatchStation">
<meta property="og:description" content="Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro">
<meta property="og:image" content="https://dispatchstation.baranonen.com/favicon.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="404 Not Found | DispatchStation">
<meta property="twitter:description" content="Simulation of the EBICOS 900 traffic management and dispatching system which is being used in the M1 line of Istanbul metro">
<meta property="twitter:image" content="https://dispatchstation.baranonen.com/favicon.png">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<h1>DispatchStation</h1>
<p>Web-based simulation of the EBICOS 900 traffic management and dispatching system</p>
<details>
<summary>Navigation</summary>
<a href="./">Home</a>
<a href="/simulation/">Simulation</a>
<br>
<span>Docs</span>
<hr>
<a href="/docs/quickstart/">Quick Start</a>
<a href="/docs/commands/">Commands</a>
<a href="/docs/trackobjects/">Track Objects</a>
<a href="/docs/userinterface/">User Interface</a>
</details>
<h2>404 Not Found</h2>
<p>This page does not exist</p>
<a href="/">Go back to the home page ></a>
<footer>
<a href="https://github.com/baranonen/DispatchStation">GitHub</a>
<br>
<a href="./simulation/">Simulation</a>
</footer>
</body>
</html>