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
c30a50ba
authored
2021-01-21 17:10:57 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style
1 parent
aa3007ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
2 deletions
index.html
index.html
View file @
c30a50b
<!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
charset=
'UTF-8'
>
<title>
网上“一窗办事”登记系统
</title>
...
...
@@ -428,6 +427,75 @@
</div>
</div>
</div>
<!-- 底部 -->
<div
class=
'footer'
>
<div
class=
'system_service'
>
<ul
class=
''
>
<li>
<a
href=
'/staticViews/gsgg.html'
title=
'公示公告'
>
<span>
公示公告
</span>
</a>
</li>
<li>
<a
href=
'/staticViews/flfg.html'
title=
'法律法规'
>
<span>
法律法规
</span>
</a>
</li>
<li>
<a
href=
'/staticViews/xyzc.html'
title=
'相应政策'
>
<span>
相应政策
</span>
</a>
</li>
<li>
<a
href=
''
title=
'下载服务'
>
<span>
下载服务
</span>
</a>
</li>
<li>
<a
href=
''
title=
'关于我们'
>
<span>
关于我们
</span>
</a>
</li>
</ul>
</div>
<div
class=
'subject'
>
<div
class=
'footer_logo'
>
<a
href=
''
title=
'党政机关'
>
<img
src=
'/staticImages/jiguan.png'
alt=
'党政机关'
/>
</a>
</div>
<ul>
<li>
西安市自然资源和规划局
</li>
<li>
电话:028-456465
</li>
<li>
地址:西安市丰城8路
</li>
<li>
网站标识吗:87987987
</li>
<li>
备案:陕IPC456465465
</li>
<li>
陕公网备案:456465465
</li>
</ul>
<ol>
<li>
<img
src=
'/staticImages/code.png'
alt=
'公众号'
/>
<p>
扫描关注公众号
</p>
</li>
<li>
<img
src=
'/staticImages/code.png'
alt=
'公众号'
/>
<p>
扫描关注公众号
</p>
</li>
</ol>
</div>
</div>
</body>
<script
src=
'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js'
></script>
<script
type=
"text/javascript"
src=
"/staticLib/jquery/jquery.min.js"
></script>
...
...
@@ -435,6 +503,5 @@
<script
type=
"text/javascript"
src=
"/staticJs/login.js"
></script>
<script
type=
"text/javascript"
src=
"/staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"/staticJs/header.js"
></script>
<script
type=
"text/javascript"
src=
"./staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"./staticJs/pageHome.js"
></script>
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment