iot-dashboard
Version:
A generic dashboard application based on JavaScript, HTML and CSS. http://iot-dashboard.org
17 lines (14 loc) • 410 B
HTML
<!-- 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 http://mozilla.org/MPL/2.0/. -->
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
</head>
<body style="margin: 20px">
<div id="mocha">
</div>
<script src="browser-tests.bundle.js"></script>
</body>
</html>