ReduxSimpleStarter/index.html

13 lines
361 B
HTML
Raw Normal View History

2015-11-25 22:05:00 +00:00
<!DOCTYPE html>
<html>
2015-11-26 00:01:18 +00:00
<head>
2015-12-05 21:48:45 +00:00
<link rel="stylesheet" href="style/style.css">
2015-11-26 00:01:18 +00:00
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
2016-01-02 22:09:04 +00:00
<script src="https://maps.googleapis.com/maps/api/js"></script>
2015-11-26 00:01:18 +00:00
</head>
2015-11-25 22:05:00 +00:00
<body>
2015-11-26 00:02:55 +00:00
<div class="container"></div>
2015-11-25 22:05:00 +00:00
</body>
<script src="bundle.js"></script>
</html>