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
|
|
|
|
2014-12-30 09:42:31 +01:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
|
|
|
|
|
2014-12-04 10:15:19 +01:00
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
|
|
|
<!-- Optional theme -->
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
|
|
|
|
<!-- 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>
|
|
|
|
<script src="http://code.jquery.com/jquery-1.11.0.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>-->
|
|
|
|
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.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>
|
|
|
|
<!--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>-->
|
2014-12-30 16:56:10 +01:00
|
|
|
<!--<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>
|
2014-12-04 10:15:19 +01:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|