diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-14 11:48:39 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-14 11:48:39 +0200 |
commit | 2269cc653577dffc58dba4ad5534583f28f224de (patch) | |
tree | 31d99e3bc92a49ca87e5dac363481fed982128f9 /data/html/index.html | |
parent | 9d5a2f9870e52bfc0fe6db8c27981f29d91dcb55 (diff) | |
download | birdscan-2269cc653577dffc58dba4ad5534583f28f224de.tar birdscan-2269cc653577dffc58dba4ad5534583f28f224de.tar.zst birdscan-2269cc653577dffc58dba4ad5534583f28f224de.zip |
Implement Frontend Status Display
Diffstat (limited to 'data/html/index.html')
-rw-r--r-- | data/html/index.html | 1 |
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> |