Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a4910194
authored
2020-11-16 09:47:27 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
style:首页
2 parents
c53fd658
117f5f86
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
6 deletions
index.html
index.html
View file @
a491019
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
网上“一窗办事”登记系统
</title>
...
...
@@ -7,7 +9,8 @@
<script
type=
"text/javascript"
src=
"./ /head.js"
></script>
<script
type=
"text/javascript"
src=
"./staticJs/staticIndex.js"
></script>
</head>
<body
>
<body>
<div>
<div
class=
"banner"
>
...
...
@@ -451,11 +454,40 @@
</ul>
</div>
</div>
</div>
<div
class=
"footer"
>
<div
class=
"system_service"
>
<ul
class=
""
>
<li>
<a
href=
""
title=
"公示公告"
>
<span>
公示公告
</span>
</a>
</li>
<li>
<a
href=
""
title=
"法律法规"
>
<span>
法律法规
</span>
</a>
</li>
<li>
<a
href=
""
title=
"相应政策"
>
<span>
相应政策
</span>
</a>
</li>
<li>
<a
href=
""
title=
"下载服务"
>
<span>
下载服务
</span>
</a>
</li>
<li>
<a
href=
""
title=
"关于我们"
>
<span>
关于我们
</span>
</a>
</li>
</ul>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"./staticJs/down.js"
></script>
</html>
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment