Suyeon Jung

Add warning message to index view

...@@ -5,22 +5,23 @@ ...@@ -5,22 +5,23 @@
5 <%- include('components/header') -%> 5 <%- include('components/header') -%>
6 6
7 <body> 7 <body>
8 - <div class ="indexpage"> 8 + <div class="indexpage">
9 -
10 9
11 - <form action="/category" method="post" name="location"> 10 +
11 + <form action="/category" method="post" name="location">
12 <div class="card mx-auto mb-2" style="width : 100%;"> 12 <div class="card mx-auto mb-2" style="width : 100%;">
13 - 13 +
14 - <img class="gyeonggi" src="/img/logo.png" style ="margin :30px"> 14 + <img class="gyeonggi" src="/img/logo.png" style="margin :30px">
15 <div class="d-flex align-items-center"> 15 <div class="d-flex align-items-center">
16 - 16 +
17 <div class="card-body"> 17 <div class="card-body">
18 - 18 +
19 - <h5 class="card-title">당신이 조사하고 싶은 동네의 주소를 입력하세요!</h5><br> 19 + <h5 class="card-title">당신이 조사하고 싶은 동네의 주소를 입력하세요!</h5><br>
20 - <input type="text" class="form-control" id="exampleFormControlInput1" name="sigun" placeholder="시/군을 입력하세요"><br> 20 + <p>* 경기도 내 동네만을 입력해주세요</p><br>
21 - <input type="text" class="form-control" id="exampleFormControlInput1" name="gu" placeholder="구를 입력하세요"><br> 21 + <input type="text" class="form-control" id="exampleFormControlInput1" name="sigun" placeholder="시/군을 입력하세요"><br>
22 - <input type="text" class="form-control" id="exampleFormControlInput1" name="dong" placeholder="읍/면/동을 입력하세요"><br> 22 + <input type="text" class="form-control" id="exampleFormControlInput1" name="gu" placeholder="구를 입력하세요"><br>
23 - <button type="submit" class="btn btn-warning">검색</button><br> 23 + <input type="text" class="form-control" id="exampleFormControlInput1" name="dong" placeholder="읍/면/동을 입력하세요"><br>
24 + <button type="submit" class="btn btn-warning">검색</button><br>
24 </div> 25 </div>
25 </div> 26 </div>
26 </div> 27 </div>
......