diff --git a/.gitignore b/.gitignore index bdd8f087..49e0d362 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ Software/GroundTruthAnnotator/yolo/labels/*.cache # Dev scripts cache Dev/scripts/__pycache__ packaging/pitrac +*.save diff --git a/PiTrac/Software/web-server/templates/dashboard.html b/PiTrac/Software/web-server/templates/dashboard.html new file mode 100644 index 00000000..3d2a35d8 --- /dev/null +++ b/PiTrac/Software/web-server/templates/dashboard.html @@ -0,0 +1,132 @@ +{% extends "base.html" %} + +{% block title %}PiTrac Launch Monitor{% endblock %} + +{% block extra_css %} + +{% endblock %} + +{% block content %} +