Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
MinsoftK
2020-04-22 21:19:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8bc7f247e4eb54b952d91f3cfdcd5a873a04b9e0
8bc7f247
1 parent
42552eb4
add check password and script validation.js
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
front/web/main.html
front/web/signinmain.html
front/web/validation.js
front/web/main.html
View file @
8bc7f24
...
...
@@ -4,7 +4,7 @@
<title>
KHU KHU Chat
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<script
src=
"validation.js"
></script>
</head>
<body>
...
...
front/web/signinmain.html
View file @
8bc7f24
...
...
@@ -31,6 +31,10 @@
<label
for=
"password"
>
비밀번호:
</label><br>
<input
type=
"password"
name=
"password"
placeholder=
"비밀번호를 입력하세요."
><br>
<label
for=
"password"
>
비밀번호 확인:
</label><br>
<input
type=
"password"
name=
"checkpassword"
placeholder=
"비밀번호를 입력하세요."
><br>
<label
for=
"name"
>
이름:
</label><br>
<input
type=
"text"
name=
"name"
placeholder=
"이름을 입력하세요."
><br>
...
...
front/web/validation.js
View file @
8bc7f24
function
...
...
Please
register
or
login
to post a comment