-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·27 lines (25 loc) · 980 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en" ng-app="Medvantage">
<head>
<meta charset="UTF-8" />
<title>Medvantage</title>
<meta http-equiv="Content-Security-Policy" content="data: gap://ready;" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="msapplication-tap-highlight" content="no" />
<meta name="description" content="Sample Project" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="body">
<ion-nav-view></ion-nav-view>
</body>
<script src="cordova.js"></script>
<script src="assets/js/jsComponents.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAhzOPQsMKn_KdeG7OR8dglbs7GWO7x8-g"></script>
<script>
google.charts.load('current', {
packages: ["orgchart"]
});
</script>
</html>