diff options
Diffstat (limited to 'data/html/index.html')
-rw-r--r-- | data/html/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/html/index.html b/data/html/index.html index 002f50a..c7cede0 100644 --- a/data/html/index.html +++ b/data/html/index.html @@ -26,7 +26,9 @@ <h1>birdscan</h1> <p>A software to take beautiful pictures of birds with a Raspberry Pi Camera.</p> <p id="state"></p> + <p>With this button you can take a single picture:</p> <button onclick="singlePicture()">Take single picture</button> + <p>Use these buttons to reboot or poweroff the Raspberry Pi:</p> <button onclick="reboot()">reboot</button> <button onclick="poweroff()">poweroff</button> </main> |