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
50ed4637
authored
2020-11-27 10:34:52 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:注册
1 parent
a53e5de7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
staticJs/head.js
staticViews/register.html
staticJs/head.js
View file @
50ed463
...
...
@@ -33,9 +33,11 @@ document.writeln("");
document
.
writeln
(
" <ul class=\'login\'>"
);
document
.
writeln
(
" <!-- <li>登录</li> -->"
);
document
.
writeln
(
" <li>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/grzx.html\'>登录</a>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/grzx.html\'>个人中心</a>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" <li>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/register.html\'>注册</a>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" <li>注册</li>"
);
document
.
writeln
(
" </ul>"
);
document
.
writeln
(
" </div>"
);
document
.
writeln
(
" </div>"
);
...
...
staticViews/register.html
View file @
50ed463
...
...
@@ -17,7 +17,7 @@
<body>
<div
class=
"register"
>
<form
class=
"layui-form login_form"
>
<form
class=
"layui-form login_form"
action=
""
>
<div
class=
"layui-form-item"
>
<h1
class=
"register_title"
>
注册
</h1>
</div>
...
...
Please
register
or
sign in
to post a comment