27 lines
1011 B
HTML
27 lines
1011 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
<meta name="screen-orientation" content="portrait">
|
|
<meta name="full-screen" content="yes">
|
|
<meta name="x5-fullscreen" content="true">
|
|
<meta name="browsermode" content="application">
|
|
<meta name="x5-page-mode" content="app">
|
|
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
|
<title>shop</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but shop doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|