cg-select/src/index.html

24 lines
829 B
HTML
Raw Normal View History

2022-09-12 19:14:08 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cg-Select</title>
<link href="./style/main.scss" rel="stylesheet" />
2022-10-20 17:47:50 +03:00
<link href="./style/nativSelect.scss" rel="stylesheet" />
2022-09-12 19:14:08 +03:00
</head>
<body>
<div class="container">
2022-10-24 20:13:08 +03:00
<!-- <form id="data" action="handler.php"></form> -->
2022-09-12 19:14:08 +03:00
2022-10-20 17:47:50 +03:00
<button class="cg-dropdown cg-dropdown_one"></button>
2022-10-24 20:13:08 +03:00
<!-- <input type="submit" form="data" value="Отправить" /> -->
2022-10-25 21:03:10 +03:00
<button class="cg-dropdown cg-dropdown_three"></button>
2022-10-13 13:42:46 +03:00
2022-10-25 16:07:12 +03:00
<button class="cg-dropdown cg-dropdown_button" style="margin-top: 50px"></button>
2022-10-13 13:42:46 +03:00
</div>
2022-09-12 19:14:08 +03:00
</body>
<script type="module" src="index.js"></script>
2022-09-12 19:14:08 +03:00
</html>