File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 66 < title > DANHAXE PROJECT</ title >
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
88 < link href ="style.css " rel ="stylesheet ">
9+ < script src ="contactform.js "> </ script >
10+
911
1012</ head >
1113
Original file line number Diff line number Diff line change 44 < head >
55 < meta charset ="utf-8 ">
66 < title > DANHAXE PROJECT</ title >
7- < meta name ="viewport " content ="width=device-width, initial-scale=1 "> < link href ="style.css " rel ="stylesheet ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8+ < link href ="style.css " rel ="stylesheet ">
9+ < script src ="contactform.js "> </ script >
10+
811</ head >
912< body >
1013 < div class ="banniere ">
Original file line number Diff line number Diff line change 33
44 < head >
55 < meta charset ="utf-8 ">
6- < meta name ="viewport " content ="width=device-width, initial-scale=1 "> < title > DANHAXE PROJECT</ title >
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7+ < title > DANHAXE PROJECT</ title >
78 < link href ="style.css " rel ="stylesheet ">
9+ < script src ="contactform.js "> </ script >
10+
811</ head >
912< body >
1013
Original file line number Diff line number Diff line change 44 < head >
55 < meta charset ="utf-8 ">
66 < title > DANHAXE PROJECT</ title >
7- < meta name ="viewport " content ="width=device-width, initial-scale=1 "> < link href ="style.css " rel ="stylesheet ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8+ < link href ="style.css " rel ="stylesheet ">
89 < script src ="contactform.js "> </ script >
910</ head >
1011< body >
Original file line number Diff line number Diff line change 11
2+ document . querySelector ( '.menu-toggle' ) . addEventListener ( 'click' , ( ) => {
3+ document . querySelector ( '.nav-link ul' ) . classList . toggle ( 'active' ) ;
4+ } ) ;
5+
6+
27< form onsubmit = "return false" > </ form >
38
49
You can’t perform that action at this time.
0 commit comments