21 lines
592 B
HTML
21 lines
592 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<link rel="stylesheet" type="text/css" href="../../common/css/reset.css"/>
|
|
<link rel="stylesheet" href="style/_common.css" />
|
|
<title>应用介绍</title>
|
|
<style>
|
|
img{
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="main"><img src="./images/intro.png" alt=""></div>
|
|
</body>
|
|
</html> |