ReduxSimpleStarter/index.html

11 lines
239 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
</head>
<body>
<div id="container"></div>
</body>
<script src="bundle.js"></script>
</html>