mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
11 lines
130 B
HTML
11 lines
130 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
div {
|
|
width: 500px;
|
|
height: 500px;
|
|
box-shadow: 0 0 40px #000;
|
|
}
|
|
</style>
|
|
<div id="d"></div>
|
|
|