-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 809 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Harness Digital Marketing & Bithub</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
<link rel="stylesheet" href="./dist/bundles/hdm-cobrand.css" />
</head>
<body>
<script>
steal = {
instantiated: {
"bundles/index.css!$css": null
}
};
</script>
<script src="./dist/bundles/hdm-cobrand.js" main="can/view/autorender/" base-url="./dist" env="production"></script>
<script type='text/stache' can-autorender>
<can-import from="hdm-cobrand"/>
<hdm-cobrand></hdm-cobrand>
</script>
</body>
</html>