-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooked.html
23 lines (22 loc) · 945 Bytes
/
booked.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>Sigma Nation</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="https://cdn.pixabay.com/photo/2012/05/04/10/51/bodybuilder-47188_1280.png">
</head>
<body style="background-color: #e4dde7c3">
<div>
<br> <br>
<h1 class="heading" style="font-size: 4.5rem">Your slot has been booked!</h1>
<h3 class="heading" style="font-size: 2.5rem"><span>Thank you for choosing us!</span> </h3>
<br>
<a href="index.html" class="btn" id="home-button">
Go Back <span class="fas fa-chevron-right"></span> </a>
</div>
</body>
</html>