-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.01 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Checklist</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="../favicon.ico" />
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="c1.html">C1 checklist</a></li>
<li><a href="c2.html">C2 checklist</a></li>
<li><a href="https://if-charts.000webhostapp.com" target="_blank">Charts</a></li>
</ul>
<div class="padding">
<h2>Home</h2>
<p>The checklist directory.</p>
<p>- <a href="c1.html">C1 - All aircraft apart from C152, 208 and SR22</a></p>
<p>- <a href="c2.html">C2 - GA aircraft</a></p>
<p>Looking for charts? You can find some <a href="https://if-charts.000webhostapp.com" target="_blank">here</a>!</p>
</div>
<footer>
<p class="padding">Site by <a href="https://giacomolaw.github.io/">Giacomo Lawrance</a></p>
</footer>
</body>
</html>