firefox-extension-proxy/options.html

27 lines
638 B
HTML

<link rel="stylesheet" href="styles/bootstrap.css" />
<h1>Options</h1>
<div class="container" style="width: 500px">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Socket URL</th>
<th scope="col">Token</th>
</tr>
</thead>
<tbody>
<tr class="table-active">
<td>
<input type="text" name="socket_url" placeholder="Socket URL">
</td>
<td>
<input type="text" name="token" placeholder="Token">
</td>
</tr>
</tbody>
</table>
</div>
<script src="scripts/utils.js"></script>
<script src="scripts/options.js"></script>