mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Add dashboard CSS and update screenshot paths
Moved CSS files for ADS-B and satellite dashboards, as well as the main index page. Updated screenshot image paths in the README and moved screenshot files to a dedicated images/screenshots directory. Adjusted HTML templates to use the new path for the CSS files.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</p>
|
||||
|
||||
## Screenshot
|
||||
<img src="screenshot2.png">
|
||||
<img src="./templates/images/screenshots/screenshot2.png">
|
||||
|
||||
---
|
||||
|
||||
@@ -44,7 +44,7 @@ Open `http://localhost:5050` in your browser. See [Installation](#installation)
|
||||
git clone https://github.com/smittix/intercept.git
|
||||
cd intercept
|
||||
uv venv --python 3.11.12 # Or your Python version
|
||||
.venv\Scripts\activate
|
||||
source .venv/bin/activate
|
||||
uv sync
|
||||
|
||||
# Run (sudo recommended for full functionality)
|
||||
|
||||
Reference in New Issue
Block a user