trisquel-icecat/icecat/extensions/gnu/SubmitMe@0xbeef.coffee/popup/popup.html

22 lines
535 B
HTML

<!DOCTYPE html>
<!---
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup/popup.css"/>
</head>
<body>
<h1>Options</h1>
<form>
<div id="options">
<input type="radio" name="gender" value="male" checked> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other
<input type="button" name="submit" type="submit" value="Force Submit">
</div>
</form>
<script src="popup/popup.js"></script>
</body>
</html>
!-->