blob: 04781eb60418db47a78b7d2674f276bc75a6360b (
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 class="disabled" disabled>
<legend id='i'>
<fieldset class="enabled"></fieldset>
</legend>
</fieldset>
</body>
</html>
|