mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 03:09:18 +02:00
7 lines
157 B
HTML
7 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='css-required-style.css'>
|
|
<body>
|
|
<input type="button" required>
|
|
</body>
|
|
</html>
|