Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오명준
/
probability_simulator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오명준
2021-11-30 21:45:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3952138374b35708de814a4414191283801576db
39521383
1 parent
cfb7e5f8
Add Login/Create account page(html)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
login.html
login.html
0 → 100644
View file @
3952138
<html>
<head>
<title>
Login page
</title>
<script
src=
"login.js"
></script>
</head>
<body>
<p
align=
"center"
>
<br><br><br><br><br><br>
<input
type=
"text"
placeholder=
"ID"
><br>
<input
type=
"password"
placeholder=
"PASSWORD"
><br>
<button
onclick=
"app.get()"
>
로그인
</button><br>
<br>
회원가입을 안하셨다면 입력칸에 원하는 아이디와 비밀번호를 적으신 후
<button
onclick=
"app.post()"
>
회원가입
</button><br>
<br>
로그인 없이
<button
onclick=
'window.location="list.html"'
>
시작
</button>
</p>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment