-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathPCF Control Sandbox.html
More file actions
21 lines (20 loc) · 1.05 KB
/
PCF Control Sandbox.html
File metadata and controls
21 lines (20 loc) · 1.05 KB
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>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PCF Control Sandbox</title>
<script type="text/javascript" src="lib/es6-shim.min.js"></script>
<script type="text/javascript" src="lib/bluebird.min.js"></script>
<script type="text/javascript" src="lib/pep.js"></script>
<script crossorigin src="https://unpkg.com/react@17/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>
<script type="text/javascript" src="lib/fluent_8_29_0.js"></script>
<script type="text/javascript" src="lib/fluent_9_4_0.js"></script>
<script defer src="harness.js"></script></head>
<body><script id="__bs_script__">//<![CDATA[
document.write("<script async src='/browser-sync/browser-sync-client.js?v=2.27.11'><\/script>".replace("HOST", location.hostname));
//]]></script>
<div id="app-root"></div>
</body>
</html>