Ubuntu

edit main.ejs

...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
85 &nbsp &nbsp&nbsp&nbsp 85 &nbsp &nbsp&nbsp&nbsp
86 <label>생년월일</label> 86 <label>생년월일</label>
87 <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;"> 87 <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;">
88 - 88 + <br><br><br>
89 -<label>현재 장소(시)</label> 89 +<label>현재 장소(시, 도)</label>
90 <input type="text" name="city" class="form-control" placeholder="서울" style="width:200px;"> 90 <input type="text" name="city" class="form-control" placeholder="서울" style="width:200px;">
91 <label>현재 장소(구)(</label> 91 <label>현재 장소(구)(</label>
92 <input type="text" name="county" class="form-control" placeholder="강남구" style="width:200px;"> 92 <input type="text" name="county" class="form-control" placeholder="강남구" style="width:200px;">
......