<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>React templates | RTFiddle</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="Light weight templates for React."> <link rel="shortcut icon" href="https://facebook.github.io/react/favicon.ico"> <link href='//fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <link rel="stylesheet" href="playground/libs/codemirror-4.8/lib/codemirror.css" /> <link rel="stylesheet" href="playground/libs/codemirror-4.8/theme/solarized.css" /> <link rel="stylesheet" href="playground/libs/codemirror-4.8/addon/hint/show-hint.css"> <link rel="stylesheet" href="playground/libs/codemirror-4.8/addon/lint/lint.css"> <link rel="stylesheet" href="playground/css/playground.css"/> <link rel="stylesheet" href="playground/css/fiddle.css"/> </head> <body> <div id="container"> </div> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <!--<script src="playground/libs/ace-builds-1.1.8/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>--> <!--<script src="https://cdn.firebase.com/js/client/2.0.5/firebase.js"></script>--> <!--<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>--> <!--<script src="playground/libs.browser.js"></script>--> <script src="playground/dist/rt-main.browser.js"></script> <!--http://requirejs.org/docs/release/2.1.15/minified/require.js--> <!--<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script>--> <!--<script src="playground/dist/fiddle.min.js"></script>--> <!--<script data-main="playground/fiddle-main.js" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.js"></script>--> <script data-main="playground/dist/fiddle.min.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58169705-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>