mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 10:41:26 +00:00
10 lines
136 B
HTML
10 lines
136 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<form>
|
|
<input value='foo' required>
|
|
<input type='submit'>
|
|
</form>
|
|
</body>
|
|
</html>
|