40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="ko">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Document</title>
|
||
|
<link rel="stylesheet" href="../../../../css/global.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/header_nav/header_nav.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/header_partials/user_info.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/search_box/search_box.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/buttons/buttons.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/search_section/search_section.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/list_section/list_section.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/footer/footer.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/breadcrumb/breadcrumb.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/buttons/chip_button.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../../../../components/modal/modal.css" type="text/css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="modal" style="--modal-width:460px;--z-index:101">
|
||
|
<div class="modal-head">
|
||
|
<div row>
|
||
|
<p>알림</p>
|
||
|
<button class="close-btn"></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="modal-body">
|
||
|
<div col style="--gap:46px">
|
||
|
<p class="p20_m center">등록 되었습니다.</p>
|
||
|
<div row center style="--gap:8px">
|
||
|
<button variant="fill" class="confirm" style="--bg:#3366FF">확인</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|