mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
14 lines
262 B
HTML
14 lines
262 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
#parent {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: #00FF00;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="parent"></div>
|
|
</body>
|
|
</html>
|