forked from wix-incubator/tpa-demo-app-react-jsx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
18 lines (17 loc) · 832 Bytes
/
settings.html
File metadata and controls
18 lines (17 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo App - Settings</title>
<script src="//static.parastorage.com/services/third-party/react/15.3.1/react-with-addons.min.js"></script>
<script src="//static.parastorage.com/services/third-party/react/15.3.1/react-dom.min.js"></script>
<script src="//static.parastorage.com/services/third-party/jquery/3.1.1/dist/jquery.min.js"></script>
<script src="//static.parastorage.com/services/third-party/lodash/4.17.2/lodash.js"></script>
<script src="//static.parastorage.com/services/js-sdk/1.76.0/js/wix.min.js"></script>
<script src="//static.parastorage.com/services/editor-ui-lib/1.26.0/lib/editor-ui-lib.min.js"></script>
</head>
<body>
<div id="root" class="root"></div>
<script src="dist/settings.js"></script>
</body>
</html>