Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황지민
/
Corona_Dust
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
jimin
2020-06-25 02:02:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c66da0ace6654459ce271fe762f1a5e01341626c
c66da0ac
1 parent
880a3729
도시 이름 넣는 화면 꾸미기
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
views/City_login.ejs
views/index.ejs
views/City_login.ejs
View file @
c66da0a
...
...
@@ -11,9 +11,17 @@
</style>
</head>
<body>
<form>
<p><label>
지역이름 :
</label><input
type=
"text"
name=
"city"
placeholder=
"Input Name"
></p>
<p><input
type=
"submit"
value=
"Submit"
/></p>
<form
action=
"/city"
method=
"GET"
>
<p><label>
지역이름 :
</label><input
type=
"text"
name=
"city"
placeholder=
"Input city"
></p>
<pre>
[강남구, 강남대로, 강동구, 강변북로, 강북구, 강서구,
공항대로, 관악구, 광진구, 구로구, 금천구
노원구, 도봉구, 도산대로, 동대문구, 동작구
동작대로, 마포구, 서대문구, 서초구, 성동구
성북구, 송파구, 신촌로, 양천구, 영등포구, 영등포로
용산구, 은평구, 정릉로, 종로, 종로구
중구, 중랑구, 천호대로 , 한강대로, 화랑로]
</pre>
<button
onclick=
"myfunction()"
>
클릭
</button>
</form>
</body>
</html>
\ No newline at end of file
...
...
views/index.ejs
View file @
c66da0a
...
...
@@ -91,8 +91,14 @@
});
</script>
</head>
<body>
<font
size=
10em
>
<strong>
<
%= City + "\n"%>
</strong>
</font>
<div
class=
"wrap"
>
<img
src=
"dust_icon.jpg"
width =
300,
height =
300/
>
</div>
...
...
Please
register
or
login
to post a comment