-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HumanFinder</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
<script src="https://anandarunachalam.github.io/RM-STORE/runtime-es2015.js" type="module"></script>
<script src="https://anandarunachalam.github.io/RM-STORE/runtime-es5.js" nomodule defer></script>
<script src="https://anandarunachalam.github.io/RM-STORE/polyfills-es5.js" nomodule defer></script>
<script src="https://anandarunachalam.github.io/RM-STORE/polyfills-es2015.js" type="module"></script>
<script src="https://anandarunachalam.github.io/RM-STORE/styles-es2015.js" type="module"></script>
<script src="https://anandarunachalam.github.io/RM-STORE/styles-es5.js" nomodule defer></script>
<script src="https://anandarunachalam.github.io/RM-STORE/vendor-es2015.js" type="module"></script>
<script src="https://anandarunachalam.github.io/RM-STORE/vendor-es5.js" nomodule defer></script>
<script src="https://anandarunachalam.github.io/RM-STORE/main-es2015.js" type="module"></script>
<script src="https://anandarunachalam.github.io/RM-STORE/main-es5.js" nomodule defer></script></body>
</html>