flex-template-web/public/index.html
2017-03-10 09:01:18 +02:00

14 lines
450 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--!title-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--!preloadedStateScript-->
</head>
<body>
<div id="root"><!--!body--></div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIhL8ykNE8WcPihRdpkL33TXng-0SYDr0&libraries=places"></script>
</body>
</html>