-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtnc.html
78 lines (70 loc) · 3.15 KB
/
tnc.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!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">
<title>Travel Destinations</title>
<link rel="icon" href="./files/logo.png">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body class="Citations-body">
<nav>
<img src="./files/logo.png" class="logo" alt="Logo" title="AAJSP Space Tours">
<ul class="navbar">
<li>
<a href="./index.html">Home</a>
<a href="./index.html#locations">Destinations</a>
<a href="./index.html#package">Living</a>
<a href="./flight_plan.html">Flight Plan</a>
<a href="./training.html">Training</a>
<a href="./about.html">About Us</a>
<a href="./contact.html">Contact Us</a>
<a href="./citation.html">Citations</a>
</li>
</ul>
</nav>
<section class="location-section">
<div class="location-heading">
<h1>Our <span>Terms</span> and <span>Conditions</span></h1>
</div>
<div class="location-detail" id="html#Moon">
<h1>Updated 2023</h1>
<br>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vRYdLdscCigpH1e880T4nIaIIzHtBFwqwAhNdt6ob5jtnBkBxNOqxIW6eig9atua_Am_BhxKVbwjRz3/pub?embedded=true" width="720" height="700"></iframe>
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="foot">
<div class="footer-content">
<div class="footlinks">
<h4>Quick Links</h4>
<ul>
<li><a href="./register.html">Register</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footlinks">
<h4>Connect</h4>
<div class="social">
<a href="https://www.facebook.com/groups/157544183904641" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/astrotour.tech/" target="_blank"><i class='bx bxl-instagram' ></i></a>
<a href="https://twitter.com/AstrotourTech" target="_blank"><i class='bx bxl-twitter' ></i></a>
</div>
</div>
</div>
</div>
<div class="end">
<p>Copyright © 2023 AAJSP Space Travel All Rights Reserved.</p>
<br>
<p>Copyright © 2023 AAJSP Space Travel All Rights Reserved. <br> <a style="color:white;" href="./tnc.html">Terms and Conditions (Updated 2023).</a></p> </div>
</section>
</body>
</html>