mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
9 lines
256 B
HTML
9 lines
256 B
HTML
<!DOCTYPE html>
|
|
<title>Invalid languages</title>
|
|
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
|
<meta name="flags" content="css21">
|
|
<style>#testp { color: green; }</style>
|
|
<body>
|
|
<div id="test">
|
|
<p id="testp" lang="xyzzy">ABC</p>
|
|
</div>
|