Init
This commit is contained in:
34
web/flight.html
Normal file
34
web/flight.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<table border="1" align="center" style="border-collapse: collapse;width: 80%">
|
||||
<tr align="center">
|
||||
<th align="center">航号</th>
|
||||
<th align="center">航空公司</th>
|
||||
<th align="center">出发机场</th>
|
||||
<th align="center">达到机场</th>
|
||||
<th align="center">出发时间</th>
|
||||
<th align="center">到达时间</th>
|
||||
<th align="center">机型</th>
|
||||
<th align="center">操作</th>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td align="center">MYKT001</td>
|
||||
<td align="center">中国东方航空</td>
|
||||
<td align="center">武汉天河机场</td>
|
||||
<td align="center">北京首都机场</td>
|
||||
<td align="center">2022年5月25日 12:00</td>
|
||||
<td align="center">2022年5月25日 14:00</td>
|
||||
<td align="center">735</td>
|
||||
<td align="center"><a href="#">修改</a> <a href="#">删除</a></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user