mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
23 lines
542 B
HTML
23 lines
542 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<link href="/css/ionic.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<ion-app>
|
|
Loading...
|
|
</ion-app>
|
|
|
|
<!-- scripts auto-added by angular build process -->
|
|
$SCRIPTS$
|
|
|
|
<!-- web animations polyfill for non-chrome browsers -->
|
|
<script src="/polyfills/web-animations.min.js"></script>
|
|
<script src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
|
|
|
|
</body>
|
|
</html>
|