Compare commits

..

7 Commits

Author SHA1 Message Date
wlal
42b046c5df 테스트 2023-03-06 09:34:06 +09:00
wlal
ad4e1ac285 되돌리기 2023-03-02 14:48:29 +09:00
wlal
11d67ab85a Merge branch 'feature/2' of http://git.jinwoosi.co.kr:3000/wlals/chatting into feature/2 2023-03-02 14:43:16 +09:00
wlals
b2078d8136 푸시테스트 2023-03-02 14:42:55 +09:00
wlal
451cdbfe0a Merge remote-tracking branch 'origin/feature/1' into feature/2 2023-03-02 14:38:10 +09:00
wlal
2653900999 커밋테스트 2023-03-02 14:37:10 +09:00
wlals
e3554df1fb 푸시테스트 2023-03-02 14:10:34 +09:00
2 changed files with 3 additions and 3 deletions

View File

@@ -28,10 +28,10 @@
</div>
<div class="login-text__find">
<a href="/clfd/user/findId.do">
<div>아이디를 잊으셨나요?</div>
<div>아이디를 잊으셨나요??</div>
</a>
<a href="/clfd/user/findPassword.do">
<div>비밀번호를 잊으셨나요?</div>
<div>비밀번호를 잊으셨나요??</div>
</a>
</div>
</div>

View File

@@ -17,7 +17,7 @@
<div class="row">
<div class="col-md-6 col-xs-12" style="margin-bottom: 10px;">
<div class="input-group">
<span class="input-group-addon">프로그램명</span>
<span class="input-group-addon">프로그램명a</span>
<input type="text" id="pgmNmLike" class="form-control" placeholder="프로그램명 입력" maxlength="50">
</div>
</div>