-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyu.html
33 lines (33 loc) · 1.15 KB
/
yu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="cleartype" content="on">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta content="telephone=no" name="format-detection" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>慧车宝</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<style>
.yuRe img{width: 100%;}
</style>
</head>
<body style="background: #ffaf06;">
<div class="yuRe">
<img src="images/yu_01.jpg" alt="" />
<img src="images/yu_02.jpg" alt="" />
<img src="images/yu_03.jpg" alt="" />
<img src="images/yu_04.jpg" alt="" />
<img src="images/yu_05.jpg" alt="" />
<img src="images/yu_06.jpg" alt="" />
<img src="images/yu_07.jpg" alt="" />
<img src="images/yu_08.jpg" alt="" />
<img src="images/yu_09.jpg" alt="" />
<img src="images/yu_10.jpg" alt="" />
</div>
</body>
</html>