blob: acfbbca5f4b0a9d0725d4c1e1fe65c7b74154773 (
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">
<input class="disabled">
</fieldset>
</fieldset>
</body>
</html>
|