mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
14 lines
280 B
HTML
14 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<link rel="stylesheet" href="/css/ionic.css">
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
<meta charset="UTF-8">
|
|
<title>Ionic 2 Example</title>
|
|
</head>
|
|
<body>
|
|
<%= contents %>
|
|
</body>
|
|
</html>
|