mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
17 lines
460 B
HTML
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>
|