From 48f8fa30d4833b43bd8588d08eb40ed639a1e07f Mon Sep 17 00:00:00 2001 From: hiondal Date: Fri, 31 Oct 2025 13:47:30 +0900 Subject: [PATCH] add build, deploy protytpe --- design/uiux/prototype/01-로그인.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/design/uiux/prototype/01-로그인.html b/design/uiux/prototype/01-로그인.html index 1a6162c..0418c59 100644 --- a/design/uiux/prototype/01-로그인.html +++ b/design/uiux/prototype/01-로그인.html @@ -127,6 +127,7 @@ name="employeeId" class="form-control" placeholder="사번을 입력하세요" + value="user-001" required autocomplete="username" > @@ -141,6 +142,7 @@ name="password" class="form-control" placeholder="비밀번호를 입력하세요" + value="password123" required autocomplete="current-password" minlength="8"