Plugin-Chrome-MantisHelper/MantisHelperPlugin/options.html

15 lines
299 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Options</title>
</head>
<body>
<form id="optionsForm">
<label for="customUrl">Custom URL:</label>
<input type="text" id="customUrl">
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>