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

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

<body>
    <div id="root">
        <p>Capture Image: <input type="file" accept="image/*" id="capture">
    </div>
    <script src="../imageUpload.js"></script>
</body>

</html>