mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
12 lines
170 B
HTML
12 lines
170 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: black; }
|
|
span { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span>T</span>his is text</div>
|
|
</body>
|
|
</html>
|