<!DOCTYPE html>

<!--
  Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
  is governed by a BSD-style license that can be found in the LICENSE file.
-->

<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
        <title>Flow</title>
        <link rel="stylesheet" type="text/css" href="styles/main.css">
    </head>
    <body>
        <div class="app-main">
            <div id="listing"></div>
            <div id="flow-container" class="flow-container">
                <canvas id="flow-canvas" tabindex="0"></canvas>
            </div>
        </div>
        <script async src="main.dart.js" type="application/javascript"></script>
    </body>
</html>
