25 lines
805 B
HTML
25 lines
805 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta content="点击一下咨询" property="og:title" />
|
|
<meta content="获取最新报价" property="og:description" />
|
|
<meta content="https://oss.yqbmb.com/card/v1/card.jpg" property="og:image" />
|
|
<base href="https://oss.yqbmb.com/card/v1/" />
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
|
|
<title></title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script>
|
|
var script = document.createElement('script');
|
|
script.src = 'landing.js?v=' + new Date().getTime();
|
|
document.body.appendChild(script);
|
|
</script>
|
|
</body>
|
|
|
|
</html> |