@greenwood/cli
Version:
15 lines (14 loc) • 465 B
HTML
<html lang="en" prefix="og:http://ogp.me/ns#">
<head>
<title>My App</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
</head>
<body>
<page-outlet></page-outlet>
</body>
</html>