2021-06-10 20:54:28 +08:00

13 lines
236 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Picker</title>
<link rel="stylesheet" href="./picker.css" />
<script defer src="./picker.js"></script>
</head>
<body>
<section id="picker"></section>
</body>
</html>