-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (23 loc) · 1.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="manifest" href="./manifest.json" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Kenyatta University Aerospace Students' Association, KUASA is a dedicated team of Aerospace practitioners and enthusiasts. The association comprises of both students and cooperate members, making it an ideal space to model and actualize ideas. Driven by passion, members are dedicated to impact not only their community but the global village as well. Vast topics are explored — from Satellite technology, Drone technology, Space Hubs, Artificial Intelligence to their applications in the growth of the space industry and global intervention in core matters such as climate change. At KUASA, it's not all rocket science! There's something for everyone! "
/>
<meta
name="keywords"
content="Kenyatta University, Aerospace Students' Association, KUASA, aerospace engineering KU, KU satellite technology, KU drone technology,KU space industry, KU Aerospace, KU student organization"
/>
<meta name="author" content="Kenyatta University Aerospace Students' Association" />
<title>kuasa</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>