Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고다경
/
Open_Source_project
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
고다경
2019-05-31 21:13:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c12c5901a1241bed92538f0de5569cd33a4d397
2c12c590
1 parent
0df05c92
main page 수정: 배경화면, password입력
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
data/main.html
data/main.html
View file @
2c12c59
...
...
@@ -12,6 +12,14 @@
</script>
<style >
#banner
{
position
:
absolute
;
top
:
0
;
width
:
100%
;
margin-top
:
15ch
;
color
:
white
;
}
#footer
{
position
:
absolute
;
bottom
:
0
;
...
...
@@ -24,29 +32,30 @@
</style>
</head>
<body>
<img
src =
>
<div
id=
"banner"
>
<img
src =
"C:\Users\lg01\Desktop\Doc\오픈소스SW개발\OSS_Project_2019-1\Open_Source_project\images\main_background.jpg"
alt=
""
style=
"z-index:-1; min-width: 100%; height: 700px;"
></img>
<div
id=
"banner"
>
<h1
style=
"width: 100%; text-align: center; font-size: 50px;"
>
오늘은 얼마나 먹었어요?
</h1>
<h1
style=
"font-size: 50px; text-align: center; "
>
오늘은 얼마나 먹었어요?
</h1>
</div>
<br><br><br>
<div
style=
"width:100%; text-align: center;
"
>
<div
id =
"login-ing"
style=
"width:100%; text-align: center; margin-top: 5ch
"
>
<form
action=
"/starting"
method=
"post"
>
<div
class=
"form-inline"
>
<label>
ID
</label>
<input
type=
"text"
name=
"name"
class=
"form-control"
placeholder=
"홍길동"
style=
"width:200px;"
>
&
nbsp
&
nbsp
&
nbsp
&
nbsp
<label>
Password
</label>
<input
type=
"
text
"
name=
"birth"
class=
"form-control"
placeholder=
"*******"
style=
"width:200px;"
>
<input
type=
"
password
"
name=
"birth"
class=
"form-control"
placeholder=
"*******"
style=
"width:200px;"
>
<br><br><br>
<input
type=
"submit"
value=
"Login"
class=
"btn btn-default"
style=
" width:100px;font-weight: bold; font-size: 18px; background-color: white;"
>
</div>
</form>
</div>
</div>
<div
id=
"footer"
>
오픈소스SW Project 2019-1 고다경 김용재 김태희
</div>
</body>
...
...
Please
register
or
login
to post a comment