-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist_about.htm
39 lines (28 loc) · 932 Bytes
/
list_about.htm
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
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field name='keywords'/}" />
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
<link href="/templets/pc/css/main.css" rel="stylesheet" type="text/css">
<link href="/templets/pc/css/sub.css" rel="stylesheet" type="text/css">
</head>
<body>
{dede:include filename="head.htm"/}
{dede:include filename="banner.htm"/}
<div class="cont">
<div class="wrap tongTitle">
<h2>{dede:include filename="tongTitleH2.htm"/}</h2>
<h3>ABOUT US</h3>
<p>公司简介</p>
</div>
</div>
<div class="cont">
<div class="wrap">
{dede:field.content/}
</div>
</div>
{dede:include filename="footer.htm"/}
</body>
</html>