From b073db4017008ceb638a9c23c8cc93e60a3a7fdb Mon Sep 17 00:00:00 2001 From: xengineering <me@xengineering.eu> Date: Sun, 23 Mar 2025 17:53:24 +0100 Subject: fw: app: Move application firmware code here This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code. --- fw/src/index.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 fw/src/index.html (limited to 'fw/src/index.html') diff --git a/fw/src/index.html b/fw/src/index.html deleted file mode 100644 index 5817818..0000000 --- a/fw/src/index.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> - -<!-- This Source Code Form is subject to the terms of the Mozilla Public - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at https://mozilla.org/MPL/2.0/. --> - -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>iot-contact</title> - <script type="text/javascript" src="/iot-contact.js"></script> - </head> - <body> - <h4>iot-contact</h4> - <p> - <label for="heartbeat">Heartbeat</label> - <meter id="heartbeat" min="0" max="1" value="0"></meter> - </p> - </body> -</html> -- cgit v1.2.3-70-g09d2