generator-rrrw
Version:
react,redux,react-redux-router,webpack,babel,es6,autoprefixer,HMR,css-module
25 lines (22 loc) • 786 B
HTML
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<% if (mobileORpc == 'Mobile') { %>
<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, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no">
<% } %>
<title>骑电单车</title>
<link rel="shortcut icon" href="http://fecdn.qeebike.com/favicon.ico"/>
</head>
<body>
<% if (mobileORpc == 'Mobile') { %>
<div id="root" class="m-base-window"></div>
<% } else { %>
<div id="root"></div>
<% } %>
</body>
</html>