-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.html
39 lines (35 loc) · 1.47 KB
/
Main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Intensive System LUT</title>
<style>
h1 {
color: #007bff;
}
h2 {
margin-bottom: 10px;
}
</style>
</head>
<body>
<header>
<h1 style="color: #007bff; padding: 20px;">Mockup Site for the Assignment of Data Intensive System</h1>
<h2 style="margin-bottom: 10px;">This a Static Site for the Mockup for the Part 2 of the Assignment of Data Intensive System</h2>
</header>
<section class="Links">
<ul>
<h3>Links</h3>
<li><a href="login.html" style="color: #007bff; text-decoration: none;">Login</a></li>
<li><a href="Signup.html" style="color: #007bff; text-decoration: none;">Signup</a></li>
<li><a href="Booking Mangement.html" style="color: #007bff; text-decoration: none;">Booking Management</a></li>
<li><a href="Payment.html" style="color: #007bff; text-decoration: none;">Payment</a></li>
<li><a href="Review.html" style="color: #007bff; text-decoration: none;">Review</a></li>
<li><a href="search filter.html" style="color: #007bff; text-decoration: none;">Search Filter</a></li>
<li><a href="Reservation.html" style="color: #007bff; text-decoration: none;">Reservation</a></li>
<li><a href="Main.html" style="color: #007bff; text-decoration: none;">Home</a></li>
</ul>
</section>
</body>
</html>