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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
2023-08-03 14:11:46 +08:00
|
|
|
<title>piko技术服务支持</title>
|
2022-09-08 18:22:18 +08:00
|
|
|
<link rel="stylesheet" href="../../common/css/reset.css">
|
|
|
|
<link rel="stylesheet" href="./css/index.css">
|
|
|
|
<style>
|
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="./images/support.png" alt="" style="width: 100%;">
|
|
|
|
<!-- <script src="../../common/js/flexible.js"></script> -->
|
|
|
|
</body>
|
|
|
|
</html>
|