summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/index.html b/index.html
index c2286ef..3ed5b30 100644
--- a/index.html
+++ b/index.html
@@ -15,20 +15,20 @@
<div class="hero is-fullheight">
<div class="hero-body">
<div class="container">
- <div class="columns is-mobile">
+ <canvas id="myCanvas" class="is-hidden" width="300" height="300"></canvas>
+ <div id="imports" class="columns is-mobile">
<div class="column">
- <button
- class="button is-large is-fullwidth"
- style="padding: 100% 0 100% 0">
+ <button id="take-picture"
+ class="button is-large is-responsive is-fullwidth">
Take a Picture
</button>
</div>
<div class="column">
- <button
- class="button is-large is-fullwidth"
- style="padding: 100% 0 100% 0">
+ <label for="upload-image"
+ class="button is-large is-responsive is-fullwidth">
Upload an Image
- </button>
+ </label>
+ <input type="file" id="upload-image" accept="image/*" style="display: none">
</div>
</div>
</div><br>