File tree 5 files changed +16
-2
lines changed
5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< link rel ="stylesheet " href ="style.css " />
7
-
8
7
< title > Text Animation</ title >
9
8
</ head >
10
9
< body >
Original file line number Diff line number Diff line change
1
+ @import url ('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap' );
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Typing Text Effect | CodingNepal</ title >
7
+ < link rel ="stylesheet " href ="style.css " />
8
+ < link rel ="icon " href ="t.png " />
9
+ < script src ="script.js " defer > </ script >
10
+ </ head >
11
+ < body >
12
+ < h1 > This is typing effect Made by Parv < span > </ span > </ h1 >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change 1
- <!-- completed! --> <! DOCTYPE html>
1
+ <!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
You can’t perform that action at this time.
0 commit comments