-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.1 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
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>SIGMO - Station Information for Ground and Maintenance Operations</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge; IE=11; IE=10; IE=9; IE=8; IE=7'>
<link rel="stylesheet" type = "text/css" href="style.css">
<script src = "main.js"></script>
</head>
<body>
<center>
<h1 id = "time"></h1>
</center>
<div class = "grid">
<div id = "abflug">
<span class=apcode>STR</span><br>
<p id = "time2start" class = "dropdown"></p><br>
</div>
<div style='width:400px; height:30px' id = "mid">
<div style='position:relative'>
<div class="flighticon" id='flighticon2'></div>
<div class=flightline style='position: relative; top: -11px; width:400px; height: 20px; border: 1px solid black;'></div>
</div>
</div>
<div id = "ankunft">
<span class=apcode>LHR</span><br>
<p id = "time2landing" class = "dropdown"></p><br>
</div>
</div>
</body>
</html>