21 lines
493 B
HTML
21 lines
493 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="ko">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>search_box</title>
|
||
|
<style>
|
||
|
@import url(../../css/global.css);
|
||
|
@import url(search_box.css);
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<form class="header-search" style="--width:320px">
|
||
|
<input type="search" placeholder="검색어를 입력하세요." />
|
||
|
<button type="submit"></button>
|
||
|
</form>
|
||
|
</body>
|
||
|
|
||
|
</html>
|