-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.04 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 xmlns:ng="http://angularjs.org" class="no-js">
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
<title ng-bind="title ? title : 'Moda Health Small Group Application'">Moda Health Small Group Application</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<base href="/">-->
<script src="build/head.bundle.js"></script>
<style>dl.multiline dd:after{content:"\a";}</style>
<link href="build/app.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="app/assets/images/favicon.ico">
</head>
<body ng-cloak ng-app="sgApp" id="sgApp" class="small-group-app">
<!-- Add your site or application content here -->
<sga-root id="pagewrap" class="fade sga-container container-pagewrap"></sga-root>
<span us-spinner spinner-key="spinner-1"></span>
<script src="build/vendor.bundle.js"></script>
<script src="build/app.bundle.js"></script>
</body>
</html>