mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-19 20:08:35 +00:00
10 lines
168 B
HTML
10 lines
168 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
style = document.createElement("style");
|
|
document.documentElement.appendChild(style);
|
|
style.textContent = "tz\uDAB2 ";
|
|
</script>
|
|
</body>
|
|
</html>
|