@mvx/cli
Version:
25 lines (22 loc) • 797 B
HTML
<html>
<head>
<meta charset=" utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<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, minimal-ui, initial-scale = 1, user-scalable = no" />
<meta name="apple-mobile-web-app-title" content="ISM">
<title>Test</title>
<script src="jquery.min.js"></script>
</head>
<body>
<div>
<h1>@mvx/mvc demo</h1>
<p>
see doc on <a href="https://github.com/zhouhoujun/type-mvc">https://github.com/zhouhoujun/type-mvc</a>
</p>
</div>
</body>
</html>