mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-07-20 22:19:49 +00:00
14 lines
211 B
HTML
14 lines
211 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
fieldset:valid { display: none; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<fieldset id="fieldset">
|
|
<input required readonly>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|