-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (20 loc) · 1.12 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
<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml/">
<head>
<title></title>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/knockout/build/output/knockout-latest.js"></script>
<!--Link DevExtreme resources-->
<script src="node_modules/devextreme-dist/js/dx.all.js"></script>
<link href="node_modules/devextreme-dist/css/dx.light.css" rel="stylesheet" />
<!-- Link the Reporting resources -->
<script src="node_modules/@devexpress/analytics-core/dist/js/dx-analytics-core.js"></script>
<script src="node_modules/devexpress-reporting/dist/js/dx-webdocumentviewer.js"></script>
<link href="node_modules/@devexpress/analytics-core/dist/css/dx-analytics.common.css" rel="stylesheet" />
<link href="node_modules/@devexpress/analytics-core/dist/css/dx-analytics.light.css" rel="stylesheet" />
<link href="node_modules/devexpress-reporting/dist/css/dx-webdocumentviewer.css" rel="stylesheet" />
</head>
<body>
<div style="width:100%; height: 1000px" id="viewer"></div>
<script type="text/javascript" src="example.js"></script>
</body></html>