-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathal.html
38 lines (31 loc) · 1.12 KB
/
al.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
34
35
36
37
38
<html>
<head>
<title>尚航创意标识</title>
<meta charset="uft-8">
<link rel="stylesheet" href="./al.css">
</head>
<body>
<!-- 导航栏 -->
<div class="biaoti">
<img src="./img/logo.png" alt="logo" class="logo">
<small class="LOGO1">SHANG HANG</small>
<small>创意标识</small>
<div class="line"></div>
<small class="home">
☎ : 0371-25697
</small>
<p class="homee">地址: 河南省郑州市中力广告市场二排一号</p>
<a href="./index.html" class="sy">首页</a>
<a href="./cpzx.html" class="lx">产品中心</a>
<a href="./al.html" class="al">成功案例</a>
</div>
<div>
<div class="gundong">
<!-- 滚动广告 -->
<marquee align="left" behavior="scroll" bgcolor="ffffff" direction="left" height="25" hspace="" vspace=""
loop="-1" scrollamount="10" scrolldelay="0" onMouseOut="this.start()" onMouseOver="this.stop()">
品质第一 服务至上
</marquee>
</div>
</body>
</html>