forked from prasad97/HTML-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
37 lines (31 loc) · 1.28 KB
/
thanks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HTML5</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="resources/style/style.css" />
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
</head>
</head>
<body>
<div class="page-content">
<header>
<h1>Web Development - Zero to Mastery</h1>
<h1><img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5"></h1>
<nav>
<ul class="flex">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">What will I learn?</a></li>
<li><a href="register.html">Sign Up</a></li>
</ul>
<h1>Thank You for Signing Up!</h1>
</nav>
</header>
</div>
</body>
</html>