mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-18 21:30:42 +00:00
14 lines
296 B
HTML
14 lines
296 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
||
|
<body>
|
||
|
<fieldset class="disabled" disabled>
|
||
|
<legend>
|
||
|
<fieldset class="enabled">
|
||
|
<button class="enabled"></button>
|
||
|
</fieldset>
|
||
|
</legend>
|
||
|
</fieldset>
|
||
|
</body>
|
||
|
</html>
|