mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
16 lines
208 B
HTML
16 lines
208 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
span#dd:before {
|
|
display: inline;
|
|
white-space: pre;
|
|
content: "bef-\Aore";
|
|
color: gray;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span id="dd">new<div id="div">div</div></span>
|
|
</body>
|
|
</html>
|