-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
54 lines (42 loc) · 1.27 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
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/_static/favicon.ico">
<title>Home for Mode-S and ADS-B</title>
<link href="/_static/bootstrap.min.css" rel="stylesheet">
<link href="/_static/site.css" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<header class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Mode-S.org</h3>
<nav class="nav nav-masthead">
<a class="nav-link active" href="/">Home</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h3>Lost in transmission</h3>
<hr>
<br><br>
<h1>Page not fund</h1>
<br><br>
<hr>
</main>
<footer class="mastfoot">
<div class="inner">
<p>Maintained by <a href="https://github.com/open-aviation">Open Aviation Community</a>.</p>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>