Version 1
[yaffs-website] / node_modules / es5-shim / bin.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <meta charset="utf-8">
5   <meta name="viewport" content="width=device-width">
6   <title>JS Bin</title>
7   <script src="es5-shim.js"></script>
8   <script src="es5-sham.js"></script>
9   <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
10 </head>
11 <body>
12   <h1>Hello Example</h1>
13   <script>
14 var Hello = React.createClass({
15   displayName: "Countdown",
16   render: function() {
17     return "<p>Hello</p>";
18   }
19 });
20
21
22   </script>
23 </body>
24 </html>