Ubuntu

edit main.ejs

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