mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
14 lines
271 B
HTML
14 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<fieldset class="disabled" disabled>
|
|
<legend>
|
|
</legend>
|
|
<legend>
|
|
<select class="disabled"></select>
|
|
</legend>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|