aboutsummaryrefslogtreecommitdiff
path: root/deploy/mobile/image.html
blob: d30ad6ac22c8f1c36b63078b5aec120e61706791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>

<head>
    <title>Dash Mobile</title>
    <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
</head>

<body>
    <div id="root">
    </div>
    <script src="../mobileInterface.js"></script>
</body>

</html>