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

15 lines
298 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"/>
</head>
<body>
<div id="playground">
</div>
<script src="playground/main.browser.js"></script>
</body>
</html>