-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (16 loc) · 832 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Hello React!</title>
</head>
<body>
<div id="app"></div>
<script src="https://static.parastorage.com/polyfill/v2/polyfill.js?features=default,es6,es7&flags=gated&unknown=polyfill" crossorigin></script>
<script src="https://static.parastorage.com/unpkg/[email protected]/umd/react.development.js" crossorigin></script>
<script src="https://static.parastorage.com/unpkg/[email protected]/umd/react-dom.development.js" crossorigin></script>
<script src="https://static.parastorage.com/unpkg/[email protected]/lodash.js" crossorigin></script>
<script src="https://static.parastorage.com/unpkg/[email protected]/dist/immutable.js" crossorigin></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/Draft.js" crossorigin></script>
</body>
</html>