-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceProcess.html
31 lines (27 loc) · 1.07 KB
/
ServiceProcess.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title>081417158江道宽</title>
<link rel="short icon" href="Resource/icon.png">
<link rel="stylesheet" href="ExternalStyle.css">
</head>
<body>
<header>
<span>服务流程</span>
</header>
<section class="common_section">
<img src="Resource/banner3.png" alt="">
</section>
<section>
<img style="margin: 10px 20px; width: 90%" src="Resource/process.png" alt="">
</section>
<footer>
<a href="DropletService.html"> <img src="Resource/nav10.png" alt=""> <span>小滴服务</span> </a>
<a href="BusinessProject.html"> <img src="Resource/nav20.png" alt=""> <span>企业项目</span> </a>
<a href=""> <img src="Resource/nav31.png" alt=""> <span style="color: red">服务流程</span> </a>
<a href="Plantform.html"> <img src="Resource/nav40.png" alt=""> <span>平台风采</span> </a>
<a href="MyDroplet.html"> <img src="Resource/nav50.png" alt=""> <span>我的小滴</span> </a>
</footer>
</body>
</html>