<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Run and Log</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<div class="path" id="path" title="">Loading…</div>
<div class="actions">
<button id="run-all" type="button">Run all</button>
<button id="stop" type="button" disabled>Stop</button>
<button id="reload" type="button">Reload</button>
</div>
</header>
<main id="cells" class="cells"></main>
<footer class="status" id="status">Ready.</footer>
<script src="app.js"></script>
</body>
</html>