mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
12 lines
175 B
HTML
12 lines
175 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div id="host"></div>
|
|
<script>
|
|
var s = host.createShadowRoot();
|
|
s.innerHTML = '<input type="range" />';
|
|
</script>
|
|
</body>
|
|
</html>
|