-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (14 loc) · 769 Bytes
/
Copy pathindex.html
File metadata and controls
14 lines (14 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html manifest="cofg.appcache" lang="en">
<head>
<title>Helicopter Center of Gravity Calculator</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=cofg.html" />
</head>
<body>
You are about to be redirected to <a href="cofg.html">cofg.html</a>. If you're not, just click that link.<br/>
<b>The numbers & operations involved in this calculation have not been verified.</b><br/>
Please use this tool for guidance only and check all calculations manually before flight. If you find an error, please report it on <a href="https://github.com/PriceChild/cofg/issues">GitHub</a>
</body>
</html>