mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
9 lines
285 B
HTML
9 lines
285 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<input type="time" style="width: 50px;">
|
||
|
|
<!-- div to cover the right area -->
|
||
|
|
<div style="display:block; position:absolute; background-color:black;
|
||
|
|
top:0px; left:40px; width:200px; height:100px;"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|