redux-app-examples
Version:
Examples of redux-app with Angular and React.
11 lines • 393 B
HTML
<html>
<head>
<title>redux-app-examples | todo - React</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
crossorigin="anonymous">
</head>
<body>
<main id="content-root"></main>
</body>
</html>