2014-11-17 13:55:41 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>React templates - Image Search Sample</title>
|
2014-11-27 17:53:37 +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-11-17 13:55:41 +01:00
|
|
|
<link rel="stylesheet" href="playground/playground.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="playground">
|
|
|
|
</div>
|
2014-11-27 17:53:37 +01:00
|
|
|
<!--<script src="playground/bundle/reactTemplates.bundle.js"></script>-->
|
|
|
|
<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-11-29 21:50:49 +01:00
|
|
|
<script src="playground/main.browser.js"></script>
|
2014-11-17 13:55:41 +01:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|