blob: 29b7a40d66657dc2f7132387fccf26d570b48445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset class="disabled" disabled>
<legend>
<fieldset class="disabled" disabled>
<legend>
<button class="enabled"></button>
</legend>
</fieldset>
</legend>
</fieldset>
</body>
</html>
|