-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1023 Bytes
/
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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Survey App using MasterDataNode, jQuery, SurveyJS Library Example</title>
<script src="js/jquery-3.2.1.js"></script>
<script src="js/survey-0.96.1.jquery.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css"> </head>
<body>
<div id="s_testimonial1" class="py-5 text-center pi-draggable bg-light" draggable="true">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Survey App</h1>
<p class="lead">Survey App Data solution build on top of ArcTop Labs #DataSolution #MasterDataNode EcoSystem</p>
</div>
</div>
<div class="row">
<div class="col-md-6 text-left">
<div id="surveyElement"> </div>
</div>
<div class="col-md-6 p-6">
<div id="surveyResult"></div>
</div>
</div>
</div>
</div>
<div></div>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>