We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa0136 commit 77231f3Copy full SHA for 77231f3
1 file changed
examples/cdn-es5/index.html
@@ -3,16 +3,11 @@
3
<head>
4
<meta charset="UTF-8" />
5
<title>CDN/ES5 - ActiveWidgets/React</title>
6
-
+ <link href="src/styles.css" rel="stylesheet" />
7
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
8
9
<script src="https://unpkg.com/react@16.12.0/umd/react.production.min.js"></script>
10
<script src="https://unpkg.com/react-dom@16.12.0/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" />
+ <script src="https://cdn.activewidgets.com/react"></script>
16
</head>
17
<body>
18
<div id="app"></div>
0 commit comments