diff options
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 15 | ||||
| -rw-r--r-- | deploy/mobile/ink.html | 13 | 
2 files changed, 28 insertions, 0 deletions
| diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html new file mode 100644 index 000000000..ae39a5217 --- /dev/null +++ b/deploy/mobile/image.html @@ -0,0 +1,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" capture="camera"> +    </div> +    <script src="../imageUpload.js"></script> +</body> + +</html>
\ No newline at end of file diff --git a/deploy/mobile/ink.html b/deploy/mobile/ink.html new file mode 100644 index 000000000..938d85794 --- /dev/null +++ b/deploy/mobile/ink.html @@ -0,0 +1,13 @@ +<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"></div> +    <script src="../inkControls.js"></script> +</body> + +</html>
\ No newline at end of file | 
