diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 17:27:46 -0400 | 
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 17:27:46 -0400 | 
| commit | 991924427b7ba65f027493cbd23bb6aa3028a661 (patch) | |
| tree | 834efae51ad4c379e31bb0957bdf65966afe45e3 /deploy | |
| parent | 2d98a4e409a3e993b1f9378dd66e32410069de65 (diff) | |
Set up ink and image webpack entries
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 13 | ||||
| -rw-r--r-- | deploy/mobile/ink.html | 13 | 
2 files changed, 26 insertions, 0 deletions
| diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html new file mode 100644 index 000000000..0a5f90d79 --- /dev/null +++ b/deploy/mobile/image.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="../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 | 
