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