blob: 4e34c7fefb2d53804e7bd054b0efe0451e4a377a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset disabled class="disabled">
<fieldset class="disabled">
<select class="disabled"></select>
</fieldset>
</fieldset>
</body>
</html>
|