mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
28 lines
574 B
HTML
28 lines
574 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Modals</title>
|
|
|
|
<!-- Sets initial viewport load and disables zooming -->
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<link href="/vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/ionic.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<section>
|
|
|
|
<header class="bar bar-header bar-dark">
|
|
<h1 class="title">Modals</h1>
|
|
</header>
|
|
|
|
<main class="has-header">
|
|
|
|
</main>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|