- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
19 lines (18 loc) · 696 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8" />
<title>Aditya Bhardwaj's Portfolio</title>
<!-- For Phaser Library -->
<scriptsrc="//cdn.jsdelivr.net/npm/phaser@3.11.0/dist/phaser.js"></script>
<!-- For Phaser's Physics System -->
<scriptsrc="https://cdn.jsdelivr.net/npm/phaser@3.60.0/dist/phaser-arcade-physics.min.js"></script>
<scriptsrc="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
</head>
<body>
<scriptsrc="index.js"></script>
<scriptsrc="https://cdn.jsdelivr.net/npm/libgif@0.0.3/libgif.js"></script>
<scriptsrc="animate-favicon.js"></script>
<linkrel="stylesheet" href="index.css">
</body>
</html>