File tree Expand file tree Collapse file tree
month-of-mern/feedback/week0
monthofmern/feedback/week0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8+ < title > Redirecting to Feedback Form</ title >
9+ < script >
10+ window . location . replace ( "https://docs.google.com/forms/d/e/1FAIpQLSce-xAXWtK5Ql8JvGRBX91lNsjDNH8MYW-BH3rIXeHcAW3-VQ/viewform?usp=sf_link" ) ;
11+ </ script >
12+ </ head >
13+
14+ < body > </ body >
15+
16+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8+ < title > Redirecting to Feedback Form</ title >
9+ < script >
10+ window . location . replace ( "https://docs.google.com/forms/d/e/1FAIpQLSce-xAXWtK5Ql8JvGRBX91lNsjDNH8MYW-BH3rIXeHcAW3-VQ/viewform?usp=sf_link" ) ;
11+ </ script >
12+ </ head >
13+
14+ < body > </ body >
15+
16+ </ html >
You can’t perform that action at this time.
0 commit comments