UNPKG

660 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3<head>
4 <title>alert</title>
5 <link rel="stylesheet" href="./dist/demo.css">
6</head>
7<body>
8 <div id="ReactAlertDemo1"></div>
9 <div id="ReactAlertDemo2"></div>
10 <div id="ReactAlertDemo3"></div>
11 <script src="./node_modules/console-polyfill/index.js"></script>
12 <script src="./node_modules/es5-shim/es5-shim.min.js"></script>
13 <script src="./node_modules/es5-shim/es5-sham.min.js"></script>
14 <script src="./node_modules/react/dist/react-with-addons.js"></script>
15 <script src="./node_modules/react-dom/dist/react-dom.js"></script>
16 <script src="./dist/demo.js"></script>
17</body>
18</html>