Browser-Strutture-Musa/src/index.html
2025-11-13 14:03:34 +01:00

18 lines
479 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Consorzio MuSa</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<script
async
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBcP5fdxEkFMW0mAt7WIfwNb7So2Q14P6A&libraries=places,marker"
></script>
<body>
<app-root></app-root>
</body>
</html>