diff --git a/terahz/templates/index.html b/terahz/templates/index.html
index 88c9581..c7572eb 100644
--- a/terahz/templates/index.html
+++ b/terahz/templates/index.html
@@ -2,96 +2,97 @@
-
-
-
- TeraHz
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ TeraHz
+
+
+
+
+
+
+
+
+
+
+
+
-
-
TeraHz
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Visible+IR spectrum
-
-
-
- | Band |
- Wavelength [nm] |
- Irradiance [μW/cm²] |
-
-
- {% for band, irr in data[0] %}
-
- |
- {{band}}
- |
-
- {{wld[band]}}
- |
-
- {{irr}}
- |
-
-
-
-
-
-
UV+Illuminance
-
-
-
- | Parameter |
- Value |
-
-
-
- | Illuminance [lx] |
- {{data[1]}} |
-
-
- | UVA irradiance [μW/cm²] |
- {{data[2][0]}} |
-
-
- | UVB irradiance [μW/cm²] |
- {{data[2][1]}} |
-
-
- | UVA/UVB average [μW/cm²] |
- {{data[2][2]}} |
-
-
-
+
+
TeraHz
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Visible+IR spectrum
+
+
+
+ | Band |
+ Wavelength [nm] |
+ Irradiance [μW/cm²] |
+
+
+ {% for band, irr in data[0] %}
+
+ |
+ {{band}}
+ |
+
+ {{wld[band]}}
+ |
+
+ {{irr}}
+ |
+
+ {% endfor %}
+
+
+
+
+
UV+Illuminance
+
+
+
+ | Parameter |
+ Value |
+
+
+
+ | Illuminance [lx] |
+ {{data[1]}} |
+
+
+ | UVA irradiance [μW/cm²] |
+ {{data[2][0]}} |
+
+
+ | UVB irradiance [μW/cm²] |
+ {{data[2][1]}} |
+
+
+ | UVA/UVB average [μW/cm²] |
+ {{data[2][2]}} |
+
+
+
+
-