mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
17 lines
241 B
HTML
17 lines
241 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" />
|
|
</head>
|
|
<body>
|
|
|
|
<ion-app>
|
|
Loading...
|
|
</ion-app>
|
|
|
|
$SCRIPTS$
|
|
|
|
</body>
|
|
</html>
|