File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed
Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
12< html lang ="en ">
2- < head >
3- < meta charset ="UTF-8 " />
4- < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Auto Text</ title >
7- < link rel ="stylesheet " href ="style.css " />
8- </ head >
9- < body >
10- < p >
11- < span class ="js "> JavaScript</ span > Is < span class ="typed-text "> </ span >
12- < span class ="cursor "> </ span >
13- </ p >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " href ="style.css " />
7+ < title > Auto Typing Text</ title >
8+ </ head >
9+ < body >
1410
15- < script src ="app.js "> </ script >
16- </ body >
17- </ html >
11+ < p >
12+ < span class ="js "> JavaScript</ span > Is < span class ="typed-text "> </ span >
13+ < span class ="cursor "> </ span >
14+ </ p >
15+
16+ < script src ="app.js "> </ script >
17+
18+ </ body >
19+ </ html >
You can’t perform that action at this time.
0 commit comments