2014-12-04 10:15:19 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2014-12-09 16:20:56 +01:00
|
|
|
<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">
|
2014-12-04 10:15:19 +01:00
|
|
|
|
2015-01-04 16:09:26 +01:00
|
|
|
<link href='//fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
|
2014-12-30 09:42:31 +01:00
|
|
|
|
2014-12-04 10:15:19 +01:00
|
|
|
<!-- Latest compiled and minified CSS -->
|
2015-07-29 16:16:37 +02:00
|
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
2014-12-04 10:15:19 +01:00
|
|
|
<!-- Optional theme -->
|
2015-07-29 16:16:37 +02:00
|
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
|
2014-12-04 10:15:19 +01:00
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
|
|
|
|
2014-12-09 14:31:25 +01:00
|
|
|
<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">
|
2014-12-30 09:42:31 +01:00
|
|
|
<link rel="stylesheet" href="playground/css/playground.css"/>
|
2014-12-04 10:15:19 +01:00
|
|
|
<link rel="stylesheet" href="playground/css/fiddle.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
</div>
|
2015-07-07 10:54:59 +02:00
|
|
|
<!--<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>-->
|
|
|
|
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
|
2014-12-09 14:31:25 +01:00
|
|
|
<!--<script src="playground/libs/ace-builds-1.1.8/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>-->
|
2014-12-07 14:12:50 +01:00
|
|
|
<!--<script src="https://cdn.firebase.com/js/client/2.0.5/firebase.js"></script>-->
|
2014-12-04 10:15:19 +01:00
|
|
|
<!--<script src="playground/libs.browser.js"></script>-->
|
2014-12-30 09:42:31 +01:00
|
|
|
<script src="playground/dist/rt-main.browser.js"></script>
|
2014-12-31 15:41:11 +01:00
|
|
|
|
2015-07-29 16:16:37 +02:00
|
|
|
<!--<script data-main="playground/fiddle-main.js" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.20/require.js"></script>-->
|
|
|
|
<script data-main="playground/dist/fiddle.min.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.20/require.min.js"></script>
|
|
|
|
|
2015-01-02 17:45:37 +01:00
|
|
|
<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>
|
2014-12-04 10:15:19 +01:00
|
|
|
</body>
|
|
|
|
</html>
|