Add settings
This commit is contained in:
42
options.html
Normal file
42
options.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<style type="text/css">
|
||||
.left {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<form class="js-form">
|
||||
|
||||
<p>
|
||||
Specify servers and url patterns.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="left">Server address</th>
|
||||
<th class="left">Url pattern</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="js-pattern-rows">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<button type="submit" class="js-submit">Save</button>
|
||||
<button class="js-add">Add</button>
|
||||
|
||||
</form>
|
||||
|
||||
<script src="options.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user