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