From ff5def6c76f317975edaa49337e00f5945d3d4b8 Mon Sep 17 00:00:00 2001 From: hiondal Date: Fri, 31 Oct 2025 13:50:38 +0900 Subject: [PATCH] add build,deploy prototype --- 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 53e723a..e30e0cb 100644 --- a/design/uiux/prototype/01-로그인.html +++ b/design/uiux/prototype/01-로그인.html @@ -30,6 +30,7 @@ name="email" class="form-input" placeholder="example@email.com" + value="demo@example.com" required autocomplete="email" > @@ -44,6 +45,7 @@ name="password" class="form-input" placeholder="8자 이상 입력하세요" + value="password123" required autocomplete="current-password" >