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