mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
9 lines
223 B
HTML
9 lines
223 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<form>
|
|
<input type="submit" name="foo" value="foo" style="font-size: 3em; color: green;">
|
|
<input type="image" name="bar" value="bar" style="color: purple;">
|
|
</form>
|
|
</body>
|
|
</html>
|