mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-17 17:16:57 +08:00
13 lines
236 B
HTML
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>
|