-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 705 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="./">
<title>Joker Chen</title>
<script src="./assets/js/Config/SiteFonts.js"></script>
<script src="./assets/js/Config/SiteResources.js"></script>
<script src="./assets/js/Functions/general/SiteEarlyBoot.js"></script>
</head>
<body>
<div id="mount-top-nav"></div>
<div id="mount-cover"></div>
<div id="mount-resume"></div>
<div id="mount-social"></div>
<div id="mount-toolkit"></div>
<div id="mount-schedule"></div>
<div id="mount-life"></div>
<script src="./assets/js/Functions/general/SiteResourceLoader.js"></script>
</body>
</html>