20 lines
489 B
HTML
20 lines
489 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(chip_button.css);
|
||
|
</style>
|
||
|
</head>
|
||
|
<body style="background-color: black;">
|
||
|
<label class="button chip">
|
||
|
<input type="checkbox">
|
||
|
<div class="label">
|
||
|
<span>1일</span>
|
||
|
</div>
|
||
|
</label>
|
||
|
</body>
|
||
|
</html>
|