diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-18 06:40:43 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-18 06:40:43 -0400 |
| commit | 7859d3c9902d6d15666cce6a93a24cfba6ffdf32 (patch) | |
| tree | 0ef35c3231cdcf3208ea7111fad55cb472b1f624 /deploy | |
| parent | 5a2551c83e451823c7d3176a5dbac9adca34dea1 (diff) | |
| parent | 6df4833c13921dd6d69d05fa979398356d438c71 (diff) | |
Merged, added delete all route, and added history to workspaces
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..6424d2a60 --- /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"> + </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 |
