mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
12 lines
180 B
HTML
12 lines
180 B
HTML
<html>
|
|
<body>
|
|
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function () {
|
|
document.body.appendChild(document.createElementNS("", "ns"));
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|