File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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 >
You can’t perform that action at this time.
0 commit comments