17 lines
419 B
HTML
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>
|
|
|