blob: 718550f02ef74209e610dc0211963b6233f4e4bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<title>Dash Mobile</title>
<link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" />
</head>
<body>
<div id="root">
</div>
<script src="../mobileInterface.js"></script>
</body>
</html>
|