File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < title > Aditya Bhardwaj's Portfolio</ title >
6+ <!-- For Phaser Library -->
7+ < script src ="//cdn.jsdelivr.net/npm/phaser@3.11.0/dist/phaser.js "> </ script >
8+ <!-- For Phaser's Physics System -->
9+ < script src ="https://cdn.jsdelivr.net/npm/phaser@3.60.0/dist/phaser-arcade-physics.min.js "> </ script >
10+ < script src ="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js "> </ script >
11+ </ head >
12+ < body >
13+
14+ < script src ="./public/index.js "> </ script >
15+ < script src ="https://cdn.jsdelivr.net/npm/libgif@0.0.3/libgif.js "> </ script >
16+ < script src ="./public/animate-favicon.js "> </ script >
17+ < link rel ="stylesheet " href ="./public/index.css ">
18+ </ body >
19+ </ html >
Original file line number Diff line number Diff line change 22< html >
33< head >
44 < meta charset ="UTF-8 " />
5- < title > Aditya's Portfolio</ title >
5+ < title > Aditya Bhardwaj 's Portfolio</ title >
66 <!-- For Phaser Library -->
77 < script src ="//cdn.jsdelivr.net/npm/phaser@3.11.0/dist/phaser.js "> </ script >
88 <!-- For Phaser's Physics System -->
You can’t perform that action at this time.
0 commit comments