mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
11 lines
498 B
HTML
11 lines
498 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||
<title>meta declaration in parent and UTF-16 BOM in child</title>
|
||
</head>
|
||
<body>
|
||
<p>Euro sign if decoded as UTF-16: €</p>
|
||
</body>
|
||
</html>
|
||
|