mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
10 lines
351 B
HTML
10 lines
351 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<body>
|
||
|
|
<div style="display: inline-block; background: blue;
|
||
|
|
height: 120px;
|
||
|
|
border: 40px transparent solid">
|
||
|
|
<!-- We need to be taller than intrinsic height, so use a min-height -->
|
||
|
|
<img src="lime100x100.png"
|
||
|
|
style="min-height: 100%; display: block; visibility: hidden;">
|
||
|
|
</div>
|
||
|
|
</body>
|