-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.03 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
23
24
25
26
27
<!doctype html>
<html manifest="manifest.manifest">
<head>
<title>qKonsens - d!sco in action</title>
<link rel="shortcut icon" href="<?php echo $clientPath ?>qkonsens2.ico" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/frame.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="page" data-bind="template: { name: 'page-template' }">
</div>
<script src="libs/jquery.js"></script>
<script type="text/javascript" src="libs/jquery.ba-hashchange.min.js"></script>
<script src="libs/knockout.js"></script>
<script src="js/koExternalTemplateEngine_all.js"></script>
<script src="libs/datajs.js"></script>
<script src="libs/jaydata.js"></script>
<script src="libs/jaydataproviders/oDataProvider.js"></script>
<script src="js/array.js"></script>
<script src="js/disco.ontology.js"></script>
<script data-main="js/index" src="js/require.js"></script>
</body>
</html>