-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 908 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<!-- include CAPH 2.1.1 default package -->
<link href="lib/caph/2.1.1/caph-2.1.1.min.css" rel="stylesheet" type="text/stylesheet">
<script src="lib/caph/2.1.1/caph-2.1.1.min.js"></script>
<!-- include CAPH 2.1.1 Stripe Theme -->
<link href="lib/caph/2.1.1/caph.theme.stripe-2.1.1.min.css" rel="stylesheet" type="text/stylesheet">
<script src="lib/caph/2.1.1/caph.theme.stripe-2.1.1.min.js"></script>
</head>
<body bgcolor="black">
<!-- load app script -->
<script src="resources/js/caph_components.js"></script>
<script src="resources/js/scene_main.js"></script>
<script src="resources/js/scene_homepage.js"></script>
<script src="resources/js/scene_family_location.js"></script>
<script src="resources/js/scene_push_condition.js"></script>
<script src="resources/js/scene_lifestyle.js"></script>
<script src="resources/js/app.js"></script>
</body>
</html>