firefox-extension-proxy/popup.html

19 lines
462 B
HTML

<link rel="stylesheet" href="styles/bootstrap.css" />
<div class="container" style="width: 500px">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Browser Name</th>
<th scope="col">Type</th>
<th scope="col">Host</th>
<th scope="col">Port</th>
<th scope="col">Username</th>
<th scope="col">Password</th>
</tr>
</thead>
</table>
</div>
<script>
console.log(chrome)
</script>