-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.08 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 lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Seat Map Generator - An Application for Practicing Aircraft Section
Counting
</title>
<meta
name="description"
content="Seat Map Generator is an application that allows you to practice aircraft section counting in less stressful conditions. The application is useful for airport staff who need to be prepared for emergency situations, such as system failures or power outages."
/>
<meta
name="keyword"
content="seatmap, generator, aircraft, section, counting"
/>
<meta name="robots" content="INDEX,FOLLOW" />
<link rel="canonical" href="https://manual-boarding.netlify.app/" />
<meta name="copyright" content="Paweł Zajączkowski" />
<meta name="author" content="Paweł Zajączkowski" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>