-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·41 lines (36 loc) · 1.26 KB
/
index.html
File metadata and controls
executable file
·41 lines (36 loc) · 1.26 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/default.css" />
<link rel="stylesheet" href="/css/layout.css" />
<link rel="stylesheet" href="/css/media-queries.css" />
<title>mellyeliu</title>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
window.jQuery ||
document.write('<script src="/js/jquery-1.10.2.min.js"><\/script>');
</script>
<script
type="text/javascript"
src="/js/jquery-migrate-1.2.1.min.js"
></script>
<script src="/js/jquery.flexslider.js"></script>
<script src="/js/waypoints.js"></script>
<script src="/js/jquery.fittext.js"></script>
<script src="/js/magnific-popup.js"></script>
<script src="/js/init.js"></script>
<script type="module" src="/src/index.js"></script>
</body>
</html>