mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
11 lines
139 B
HTML
11 lines
139 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div::before {
|
|
content: "j";
|
|
display:-moz-inline-box;
|
|
}
|
|
</style>
|
|
<body><div></div></body>
|
|
</html>
|