summaryrefslogtreecommitdiff
path: root/data/html/index.html
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-11 11:40:46 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-11 11:40:46 +0200
commit6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b (patch)
tree1c415dca51dcb61a06551188232982b29c38c77d /data/html/index.html
parentd4e1f48ff12db48e9a9bdbd3253c1041328ca66d (diff)
downloadbirdscan-6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b.tar
birdscan-6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b.tar.zst
birdscan-6df5b35600e6aae6e676e2ba29eeaaf88bf9ff9b.zip
Implement AJAX Call
Diffstat (limited to 'data/html/index.html')
-rw-r--r--data/html/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/html/index.html b/data/html/index.html
index af72c46..eddc2b3 100644
--- a/data/html/index.html
+++ b/data/html/index.html
@@ -25,8 +25,10 @@
<main>
<h1>birdscan</h1>
<p>A software to take beautiful pictures of birds with a Raspberry Pi Camera.</p>
+ <button onclick="singlePicture()">Take single picture</button>
</main>
+ <script src="./js/birdscan.js"></script>
</body>
</html>