react-templates/fiddle.html

32 lines
1.3 KiB
HTML
Raw Normal View History

2014-12-04 10:15:19 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>React templates - RTFiddle</title>
<!-- 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 -->
<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>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
2014-12-07 14:30:35 +01:00
<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>-->
2014-12-04 10:15:19 +01:00
<!--<script src="playground/libs.browser.js"></script>-->
<script src="playground/rt-main.browser.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 type="application/javascript">-->
<!--initFiddle();-->
<!--</script>-->
2014-12-04 10:15:19 +01:00
</body>
</html>