Notice
Recent Posts
Recent Comments
250x250
목록프론트엔드 (1)
Creative Code
Lunar-(4)비밀번호 찾기 화면
※ 코드 내용 pages/findpassword.py """findpassword page. Uses auth_layout to render UI shared with the sign up page.""" import reflex as rx from lunar.state.auth import AuthState def findpassword(): return rx.container( rx.container(height='150px'), rx.hstack( rx.vstack( rx.hstack( rx.vstack( rx.container(height='20px'), rx.image( src = "/moonico.ico", width="70px", height="70px", ), ), rx.vstack( rx..
Projects
2023. 12. 6. 19:44