Skip to content

Commit d175436

Browse files
Eva HlivkovaEva Hlivkova
authored andcommitted
few upgrades to the thank you website
1 parent 1e1efe0 commit d175436

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

thanks.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<title>HTML5</title>
8+
<title>Thank You - Web Development Zero to Mastery</title>
99
<style>
1010
.dark-mode {
1111
background-color: black;
@@ -24,7 +24,10 @@
2424
<body>
2525
<div class="page-content">
2626
<header>
27-
<h1>Web Development - Zero to Mastery</h1>
27+
<h1>
28+
<img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5" width="50" height="50">
29+
Web Development - Zero to Mastery
30+
</h1>
2831

2932
<button onclick="myFunction()">Dark mode</button>
3033

@@ -44,6 +47,7 @@ <h1><img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="H
4447
<li><a href="register.html">Sign Up</a></li>
4548
</ul>
4649
<h1>Thank You for Signing Up!</h1>
50+
<p>We're excited to have you on board!</p>
4751
</nav>
4852
</header>
4953
</div>

0 commit comments

Comments
 (0)