23 lines
517 B
HTML
23 lines
517 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<link href="../YuPing.ico" rel="shortcut icon" type="image/x-icon"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>与评</title>
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
img {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="../img/yupingPage.jpg" alt="" />
|
|
</body>
|
|
</html>
|