mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
12 lines
191 B
HTML
12 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: green }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span style="float: left">This should be green</span></div>
|
|
</body>
|
|
</html>
|
|
|