Files
peko-h5/view/peko/home/index.html

71 lines
2.5 KiB
HTML
Raw Normal View History

2022-09-08 18:22:18 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="renderer" content="webkit">
<meta name="format-detection" content="telphone=no, email=no" />
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="375">
<meta name="screen-orientation" content="portrait">
<meta name="x5-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 name="msapplication-tap-highlight" content="no">
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="format-detection" content="telephone=no">
2022-09-27 15:34:30 +08:00
<title>peko</title>
2022-09-08 18:22:18 +08:00
<!-- <link rel="stylesheet" href="./home/css/reset.css"> -->
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/index.css">
<!-- <link rel="stylesheet" href="./home/css/index.css"> -->
<script src="./js/flexible.js"></script>
</head>
<body>
<div class="container">
<div class="pc-bg"><img src="./images/homePc.png" alt=""></div>
<div class="m-bg"><img src="./images/homeM.png" alt=""></div>
<div class="button-wrapper download">
2022-09-08 18:22:18 +08:00
</div>
<div class="button2-wrapper download">
</div>
2022-09-08 18:22:18 +08:00
<div class="eori">
<!-- <div class="recordfoot">
2022-09-08 18:22:18 +08:00
<i class="record"></i>
<a href="https://beian.miit.gov.cn/#/Integrated/index">粤ICP备2020098441号</a>
</div> -->
2022-09-08 18:22:18 +08:00
<div class="gongsi">
<p>Hong Kong Li Zi Technology Co., Limited</p>
<p>香港栗子科技有限公司</p>
<p>CR No:3040005</p>
<p>地址ROOM1803,18/F,TOWERONE,CHINAHONGKONGCIT</p>
2022-09-08 18:22:18 +08:00
</div>
</div>
</div>
<div class="toast">敬请期待</div>
<div class="tips">
<img src="./images/tips.png" alt="">
</div>
<script src="./js/jquery.min.js"></script>
<script src="./js/common.js"></script>
<script src="./js/jquery.qrcode.js"></script>
<script src="http://static.lkme.cc/linkedme.min.js"></script>
<script src="./js/utf.js"></script>
<script src="./js/index.js?v=2.2"></script>
<script></script>
</body>
</html>