15 lines
394 B
HTML
15 lines
394 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="main.css">
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
</div>
|
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBBghY4-1wa7jETxDbyDdcGL731ZtOxpkA">
|
|
</script>
|
|
<script type="text/javascript" src="app.bundle.js"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|