shellfox/options.html

26 lines
516 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<table id="commandTable">
<tr>
<th>URL regex</th>
<th>Shell command</th>
</tr>
<!-- <tr class="regexCommandRow">
<td>
<input type="text" class="regex" name="color"
placeholder="https://example.com/*"/>
</td>
<td>
<input type="text" class="command" name="color"
placeholder="curl %s > /tmp/example" />
</td>
</tr> -->
</table>
<button id="save">Apply</button>
<script src="options.js"></script>
</body>
</html>