MOFA/components/buttons/buttons.html

24 lines
523 B
HTML
Raw Normal View History

2024-10-22 10:12:18 +00:00
<!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>