Skip to content

Commit 77231f3

Browse files
committed
update cdn link
1 parent 7aa0136 commit 77231f3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/cdn-es5/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>CDN/ES5 - ActiveWidgets/React</title>
6-
6+
<link href="src/styles.css" rel="stylesheet" />
77
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
8-
98
<script src="https://unpkg.com/[email protected]/umd/react.production.min.js"></script>
109
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
11-
12-
<link href="https://cdn.activewidgets.com/react/3/ax.css" rel="stylesheet" />
13-
<script src="https://cdn.activewidgets.com/react/3/ax.js"></script>
14-
15-
<link href="src/styles.css" rel="stylesheet" />
10+
<script src="https://cdn.activewidgets.com/react"></script>
1611
</head>
1712
<body>
1813
<div id="app"></div>

0 commit comments

Comments
 (0)