24 lines
523 B
HTML
24 lines
523 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Document</title>
|
||
|
<style>
|
||
|
@import url(../../css/global.css);
|
||
|
@import url(buttons.css);
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<label class="button switch">
|
||
|
<input type="checkbox" checked>
|
||
|
<div class="switch-label">
|
||
|
<span>통합 검색</span>
|
||
|
<span>지능형 검색</span>
|
||
|
</div>
|
||
|
</label>
|
||
|
</body>
|
||
|
|
||
|
</html>
|