forked from RitishFG/cloudy-thing-7898
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknowMore.html
More file actions
28 lines (24 loc) · 924 Bytes
/
Copy pathknowMore.html
File metadata and controls
28 lines (24 loc) · 924 Bytes
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
<!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>Document</title>
<link rel="stylesheet" href="./Styles/knowMore.css">
<link rel="stylesheet" href="./Styles/navbar.css">
<link rel="stylesheet" href="./Styles/footer.css">
<script
src="https://kit.fontawesome.com/cace51320d.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="navbar"></div>
<div id="coupon"><h4>Please varify your Phone Number and EMAIL</h4></div>
<div id="container"></div>
<div id="coupon"><h4>Use Coupon Code FIRSTCOURSE to avail a discount of 20% on your course enrolment. Offer expires soon.</h4></div>
<footer><div id="footer"></div></footer>
</body>
</html>
<script type="module" src="./Scripts/knowMore.js"></script>