mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
20 lines
486 B
HTML
20 lines
486 B
HTML
<!DOCTYPE html>
|
|
<html dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Ionic Example</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<script src="/dist/ionic-web/ionic.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<ion-app>
|
|
<news-container></news-container>
|
|
</ion-app>
|
|
</body>
|
|
|
|
</html> |