components/support/nimbus-cli/assets/index.html (15 lines of code) (raw):

<!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at https://mozilla.org/MPL/2.0/. --> <html> <head> <title>nimbus-cli test server</title> <link href="/style.css" rel="stylesheet" /> <script src="/script.js"></script> </head> <body> <ul id="platform-list"> {android} {ios} {web} </ul> <div class="wrapper"> <button id="the-only-button" onclick="onClick()"></button> </div> </body> </html>