mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
22 lines
463 B
HTML
22 lines
463 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>
|
|
|
|
</body>
|
|
</html>
|