mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
8 lines
217 B
HTML
8 lines
217 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body onload="document.getElementById('x').innerHTML = '<button></button>';">
|
|
<form><div id="x"><button></button></div><button></button><input type="image"></form>
|
|
</body>
|
|
</html>
|