mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
10 lines
245 B
HTML
10 lines
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body onload="document.getElementById('f').appendChild(document.createTextNode('X'));">
|
|
<fieldset id="f"><legend style="display: table-row-group;"></legend></fieldset>
|
|
</body>
|
|
</html>
|