blob: 5bf007b74ae63cf96be40c11e6771ed2811f7d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<style>
:-moz-submit-invalid { display: none; }
</style>
</head>
<body>
<form>
<input required>
<input type='image'>
</form>
</body>
</html>
|