vigour-wrapper
Version:
The native code to wrap vigour apps
15 lines (14 loc) • 558 B
HTML
<html>
<head>
<title>vigour-test-app</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-title" content="Todo app">
<link href="bundle.css" rel="stylesheet" type="text/css">
</head>
<body>
<script src="bundle.js" type="text/javascript"></script>
</body>
</html>