-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathafter_landing.html
36 lines (33 loc) · 1.01 KB
/
after_landing.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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>eQRH</title>
<link rel="stylesheet" href="css/eqrh.css">
<script src="js/eqrh.js"></script>
</head>
<body>
<div id="header">
<div id="title">
<a href="index.html"><span>返回</span></a>着陆后检查单
<button id="btn_reset" onclick="resetLi()">reset</button>
</div>
</div>
<div id="container">
<div id="content">
<ul>
<li>襟翼<span>收上</span></li>
<li>扰流板<span>解除预位</span></li>
<li>APU<span>起动</span></li>
<li>雷达<span>关</span></li>
<li>风切变预警系统<span>关</span></li>
<li>ATC<span>S 模式</span></li>
</ul>
</div>
</div>
<div id="footer">
<div id="info">已完成0/0</div>
</div>
</body>
</html>