reagent/examples/react-sortable-hoc/resources/public/index.html

14 lines
245 B
HTML
Raw Permalink Normal View History

2018-10-19 09:56:10 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example</title>
</head>
<body>
<div id="app">
<h1>Reagent example app see README.md</h1>
</div>
<script src="js/main.js"></script>
</body>
</html>