mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
14 lines
189 B
HTML
14 lines
189 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
body { background-color: white; }
|
||
|
|
#outer
|
||
|
|
{
|
||
|
|
width: 100px; height: 100px;
|
||
|
|
border: 1px solid black;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="outer"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|