<!doctype html>
<html>
  <head>
    <title>goroutine explorer</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="/static/goroutine/bundle.js"></script>
  </head>
  <body>
    <div id="root">
    </div>
  </body>
</html>