blob: 3e9e510eca9bcb74c67f12f95ef662bd7871338d (
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'>
<button class="enabled"></button>
</legend>
</fieldset>
</body>
</html>
|