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 268aad9..002f50a 100644 --- a/data/html/index.html +++ b/data/html/index.html @@ -27,6 +27,8 @@ <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> + <button onclick="reboot()">reboot</button> + <button onclick="poweroff()">poweroff</button> </main> <script src="./js/birdscan.js"></script> |