summaryrefslogtreecommitdiff
path: root/data/html
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-14 11:48:39 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-14 11:48:39 +0200
commit2269cc653577dffc58dba4ad5534583f28f224de (patch)
tree31d99e3bc92a49ca87e5dac363481fed982128f9 /data/html
parent9d5a2f9870e52bfc0fe6db8c27981f29d91dcb55 (diff)
downloadbirdscan-2269cc653577dffc58dba4ad5534583f28f224de.tar
birdscan-2269cc653577dffc58dba4ad5534583f28f224de.tar.zst
birdscan-2269cc653577dffc58dba4ad5534583f28f224de.zip
Implement Frontend Status Display
Diffstat (limited to 'data/html')
-rw-r--r--data/html/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/html/index.html b/data/html/index.html
index eddc2b3..268aad9 100644
--- a/data/html/index.html
+++ b/data/html/index.html
@@ -25,6 +25,7 @@
<main>
<h1>birdscan</h1>
<p>A software to take beautiful pictures of birds with a Raspberry Pi Camera.</p>
+ <p id="state"></p>
<button onclick="singlePicture()">Take single picture</button>
</main>