mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
15 lines
233 B
HTML
15 lines
233 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
div { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span>test</span>
|
|
</div>
|
|
<div>
|
|
<span>test</span>
|
|
</div>
|
|
</body>
|
|
</html>
|