Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zuzitsu
/
UR_Village
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
Suyeon Jung
2020-12-09 20:42:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd39de029c101f8169e00cb04a49821fe4342fad
fd39de02
1 parent
087c3ca2
Add warning message to index view
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
views/index.ejs
views/index.ejs
View file @
fd39de0
...
...
@@ -5,18 +5,19 @@
<
%- include('components/header') -%>
<body>
<div
class
=
"indexpage"
>
<div
class=
"indexpage"
>
<form
action=
"/category"
method=
"post"
name=
"location"
>
<div
class=
"card mx-auto mb-2"
style=
"width : 100%;"
>
<img
class=
"gyeonggi"
src=
"/img/logo.png"
style
=
"margin :30px"
>
<img
class=
"gyeonggi"
src=
"/img/logo.png"
style=
"margin :30px"
>
<div
class=
"d-flex align-items-center"
>
<div
class=
"card-body"
>
<h5
class=
"card-title"
>
당신이 조사하고 싶은 동네의 주소를 입력하세요!
</h5><br>
<p>
* 경기도 내 동네만을 입력해주세요
</p><br>
<input
type=
"text"
class=
"form-control"
id=
"exampleFormControlInput1"
name=
"sigun"
placeholder=
"시/군을 입력하세요"
><br>
<input
type=
"text"
class=
"form-control"
id=
"exampleFormControlInput1"
name=
"gu"
placeholder=
"구를 입력하세요"
><br>
<input
type=
"text"
class=
"form-control"
id=
"exampleFormControlInput1"
name=
"dong"
placeholder=
"읍/면/동을 입력하세요"
><br>
...
...
Please
register
or
login
to post a comment