-
Notifications
You must be signed in to change notification settings - Fork 5
/
joinnow.html
26 lines (25 loc) · 913 Bytes
/
joinnow.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
<!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="stylesheet" href="./styles/main.css">
<link rel="stylesheet" href="./Styles/joinnow.css" />
<link rel="stylesheet" href="./styles/nav.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<title>Frontend Masters Pricing</title>
</head>
<body>
<header class="header"></header>
<div class="join-now-container"></div>
<div id="footer"></div>
</body>
</html>
<script type="module" src="./scripts/joinnow.js"></script>
<script
src="https://kit.fontawesome.com/2ab2a134b6.js"
crossorigin="anonymous"
></script>
<!-- <script src="./scripts/teacher-data.js"></script> -->