mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
12 lines
300 B
HTML
12 lines
300 B
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|||
|
|
<title>No encoding declaration in parent or child</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<p>Euro sign if decoded as Windows-1252: <20></p>
|
|||
|
|
<p>a with diaeresis if decoded as Windows-1252: <20></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|
|||
|
|
|