Files
2018-01-04 13:04:19 -06:00

17 lines
460 B
HTML

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