1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/index.html
2014-11-17 14:55:41 +02:00

17 lines
419 B
HTML

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