react-templates/playground/index.html

17 lines
375 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>React templates - Image Search Sample</title>
<link rel="stylesheet" href="playground.css"/>
<link rel="stylesheet" href="codemirror.css">
<link rel="stylesheet" href="solarized.css">
</head>
<body>
<div id="playground">
</div>
<script src="main.browser.js"></script>
</body>
</html>