ReduxSimpleStarter/index.html

14 lines
474 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>
2017-04-10 16:31:43 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-01-17 23:05:28 +00:00
<link rel="stylesheet" href="/style/style.css">
2017-01-06 19:05:59 +00:00
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/48938155eb24b4ccdde09426066869504c6dab3c/dist/css/bootstrap.min.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>
2016-01-17 23:05:28 +00:00
<script src="/bundle.js"></script>
2015-11-25 22:05:00 +00:00
</html>