5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
19 margin-bottom: 0.2rem;
25 <!-- This is a very simplistic options page to capture BookStack instance API details -->
30 <label for="base-url">BookStack Base URL</label>
31 <input id="base-url" name="baseUrl" type="text">
32 <p>(No trailing slashes, Do not include '/api/' in URL, Must start with https:// or http://)</p>
36 <label for="token-id">API Token ID</label>
37 <input id="token-id" name="tokenId" type="text">
41 <label for="token-secret">API Token Secret</label>
42 <input id="token-secret" name="tokenSecret" type="text">
52 <script src="options.js"></script>