-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (34 loc) · 1.33 KB
/
index.html
File metadata and controls
41 lines (34 loc) · 1.33 KB
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
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="IMG/solar-system.png">
<title>Space Explolers</title>
<link rel="stylesheet" href="Home.css">
</head>
<body>
<header>
<h2 class="Space">Space explorers</h2>
<nav class="navigation">
<a href="#" id="homeLink">Home</a>
<a href="Service.html">Services</a>
<a href="team page.html">Contact</a>
<a href="log.html">Login</a>
<!-- <button class="btnlogin-popup" id="loginButton">login</button> -->
</nav>
</header>
<section class="end">
<h2>Welcome to the Space Explorers website
<p>With us, you will learn more about space tourism <span id="op">Enjoyable trip</span></p></h2>
</section>
<div class="wrapper">
<span class="icon-close">
<ion-icon name="close-circle-outline"></ion-icon>
</span>
<script src="script.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>