14 lines
337 B
HTML
14 lines
337 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="zh-CN">
|
||
|
|
<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">
|
||
|
|
<title>演示商品</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<noscript>请启用 JavaScript 后访问。</noscript>
|
||
|
|
<div id="app"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|