UNPKG

849 BHTMLView Raw
1<!doctype html>
2<html>
3 <head>
4 <title>React Components</title>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <meta name="og:title" content="Watson Developer Cloud - React Components">
9 <meta name="og:description" content="React components that can be used to create Watson powered web applications.">
10 <link rel="icon" href="images/favicon.png?v=2" />
11 </head>
12 <body>
13 <div id='root'></div>
14 <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.min.js"></script>
15 <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react-dom.min.js"></script>
16
17 <script src="./build/bundle.js"></script>
18 <link rel="stylesheet" type="text/css" href="./build/bundle.css">
19 </body>
20</html>