aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/assets/endLink.pngbin0 -> 10322 bytes
-rw-r--r--deploy/assets/link.pngbin0 -> 8790 bytes
-rw-r--r--deploy/assets/startLink.pngbin0 -> 10538 bytes
-rw-r--r--deploy/index.html2
-rw-r--r--deploy/mobile/image.html5
5 files changed, 3 insertions, 4 deletions
diff --git a/deploy/assets/endLink.png b/deploy/assets/endLink.png
new file mode 100644
index 000000000..abadc9550
--- /dev/null
+++ b/deploy/assets/endLink.png
Binary files differ
diff --git a/deploy/assets/link.png b/deploy/assets/link.png
new file mode 100644
index 000000000..2dbcd61ce
--- /dev/null
+++ b/deploy/assets/link.png
Binary files differ
diff --git a/deploy/assets/startLink.png b/deploy/assets/startLink.png
new file mode 100644
index 000000000..8f3825682
--- /dev/null
+++ b/deploy/assets/startLink.png
Binary files differ
diff --git a/deploy/index.html b/deploy/index.html
index 29a3f15cd..82e8c53a3 100644
--- a/deploy/index.html
+++ b/deploy/index.html
@@ -8,7 +8,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script>
</head>
-<body>
+<body style="display:flex">
<!-- <script src="https://hypothes.is/embed.js" async></script> -->
<div id="root" style="position:relative;width:100%;height:100%"></div>
<script src="/bundle.js"></script>
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html
index 6424d2a60..d30ad6ac2 100644
--- a/deploy/mobile/image.html
+++ b/deploy/mobile/image.html
@@ -1,15 +1,14 @@
<html>
<head>
- <title>Test view</title>
+ <title>Dash Mobile</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>
+ <script src="../mobileInterface.js"></script>
</body>
</html> \ No newline at end of file