mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-19 21:58:33 +00:00
16 lines
235 B
HTML
16 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
<script>
|
|
var div = document.getElementsByTagName("div")[0];
|
|
div.innerHTML = "<div À Á Â Ã Ä Å ";
|
|
div.innerHTML = "<div a>";
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|