Revision control
Copy as Markdown
<!-- 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
<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>