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
c53fd658
authored
2020-11-16 09:45:59 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
39caa4e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
index.html
staticJs/head.js
index.html
View file @
c53fd65
<!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>
<style>
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title></title>
<script
type=
"text/javascript"
src=
"./staticJs/head.js"
></script>
<title>
网上“一窗办事”登记系统
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"./staticCss/global.css"
/>
<script
type=
"text/javascript"
src=
"./ /head.js"
></script>
<script
type=
"text/javascript"
src=
"./staticJs/staticIndex.js"
></script>
</head>
<body
>
...
...
staticJs/head.js
View file @
c53fd65
...
...
@@ -20,7 +20,6 @@ document.writeln(" <meta name=\'description\' content=\'\' />");
document
.
writeln
(
" <meta name=\'Keywords\' content=\'\' />"
);
document
.
writeln
(
" <link rel=\'stylesheet\' type=\'text/css\' href=\'"
+
localhostPaht
+
"/staticLib/layui/css/layui.css\' />"
);
document
.
writeln
(
" <link type=\'text/css\' rel=\'stylesheet\' href=\'"
+
localhostPaht
+
"/staticCss/common.css\' />"
);
document
.
writeln
(
" <link type=\'text/css\' rel=\'stylesheet\' href=\'"
+
localhostPaht
+
"/staticCss/global.css\' />"
);
document
.
writeln
(
"</head>"
);
document
.
writeln
(
""
);
document
.
writeln
(
"<body>"
);
...
...
@@ -66,10 +65,6 @@ document.writeln(" </div> ");
document
.
writeln
(
"</body>"
);
document
.
writeln
(
""
);
document
.
writeln
(
"</html>"
);
// document.writeln("<script src=\'./staticLib/jquery/jquery.min.js\'></script>");
// document.writeln("<script src=\'./staticLib/layui/layui.js\'></script>");
// document.writeln("<script src=\'./staticJs/staticIndex.js\'></script>");
document
.
writeln
(
"<script type='text/javascript' src=\'"
+
localhostPaht
+
"/staticLib/jquery/jquery.min.js\'></script>"
);
document
.
writeln
(
"<script type='text/javascript' src=\'"
+
localhostPaht
+
"/staticLib/layui/layui.js\'></script>"
);
document
.
writeln
(
"<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"
);
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment