diff --git a/templates/index.html b/templates/index.html index a16be38..a2c862b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -89,6 +89,7 @@ tscm: "{{ url_for('static', filename='css/modes/tscm.css') }}", spystations: "{{ url_for('static', filename='css/modes/spy-stations.css') }}", meshtastic: "{{ url_for('static', filename='css/modes/meshtastic.css') }}", + meshcore: "{{ url_for('static', filename='css/modes/meshcore.css') }}", sstv: "{{ url_for('static', filename='css/modes/sstv.css') }}", weathersat: "{{ url_for('static', filename='css/modes/weather-satellite.css') }}", sstv_general: "{{ url_for('static', filename='css/modes/sstv-general.css') }}", @@ -173,6 +174,7 @@ wifi: "{{ url_for('static', filename='js/modes/wifi.js') }}", spystations: "{{ url_for('static', filename='js/modes/spy-stations.js') }}", meshtastic: "{{ url_for('static', filename='js/modes/meshtastic.js') }}", + meshcore: "{{ url_for('static', filename='js/modes/meshcore.js') }}", sstv: "{{ url_for('static', filename='js/modes/sstv.js') }}", weathersat: "{{ url_for('static', filename='js/modes/weather-satellite.js') }}", sstv_general: "{{ url_for('static', filename='js/modes/sstv-general.js') }}", @@ -428,6 +430,10 @@ Meshtastic + @@ -773,6 +779,7 @@ {% include 'partials/modes/spy-stations.html' %} {% include 'partials/modes/meshtastic.html' %} + {% include 'partials/modes/meshcore.html' %} {% include 'partials/modes/websdr.html' %} @@ -2328,6 +2335,10 @@ + + +