mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
217 B
HTML
10 lines
217 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body::before { content: inherit; }
|
|
</style>
|
|
</head>
|
|
<body onload="document.body.style.content = '"This text should be visible"';">
|
|
</body>
|
|
</html>
|