mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
12 lines
255 B
HTML
12 lines
255 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
var a = document.createElementNS("http://www.w3.org/2000/svg", "foo");
|
|
var b = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math");
|
|
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|