commit a27acf9357323ee2615917bcbd4528b36f58b5d1 Author: Oliver Date: Mon May 25 12:04:00 2026 -0300 INIT diff --git a/index.html b/index.html new file mode 100644 index 0000000..072d957 --- /dev/null +++ b/index.html @@ -0,0 +1,1273 @@ + + + + + + Health Routine – Product Scanner + + + + +
+
+ Health Routine Logo +
+ Health Routine +
+ Product Scanner +
+ + +
+
+
+ + + + + + + + + + + + +
+ + + + +
+
+ + +
+ + +
+
+ Scan Log + 0 scans +
+ +
+ + + + + + + + + +
CountryNameTag
+ + +
+
+ + + + +
+
No scans yet
+
+ Select a user, then scan or type a product code and + press Enter +
+
+
+
+ + + + + +
+ + + + diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..b1655e7 Binary files /dev/null and b/logo.png differ diff --git a/start b/start new file mode 100755 index 0000000..a1db1d4 --- /dev/null +++ b/start @@ -0,0 +1,21 @@ +#!/bin/bash + + +#!/bin/bash + +# Simple static file server with live reload +# Requires Node.js and live-server + +# Check if live-server is installed +if ! command -v live-server &> /dev/null +then + echo "Installing live-server..." + npm install -g live-server +fi + +# Serve the current directory with auto-reload +echo "Starting live-server on http://localhost:8080 ..." +live-server . + + +