mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
11 lines
176 B
HTML
11 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div id="host"></div>
|
|
<script>
|
|
host.attachShadow({ mode: "open" }).innerHTML = '<input type="range" />';
|
|
</script>
|
|
</body>
|
|
</html>
|