From 9adea957780418e2eb51112e7aaa519351a4775f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Oct 2024 22:00:16 +0100 Subject: Update fathom id --- iss/templates/base.html | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/iss/templates/base.html b/iss/templates/base.html index 274cc3f..f50aaac 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -1,6 +1,7 @@ - + + ISS Predictions | ISS.guru @@ -8,21 +9,28 @@ - - + + {% block extrahead %} {% endblock %} - - + + +
-

ISS Pass Predictions

-

Upcoming passes of the International Space Station at your location over the next 10 days.

+ +

ISS Pass Predictions

+
+

Upcoming passes of the International Space Station at your location over the next 10 days.

- {% block content %} - {% endblock %} + {% block content %} + {% endblock %} -
-

Created by Yuval Adam, source code available on Github.

+
+

Created by Yuval Adam, source + code + available on Github.

- - + + + \ No newline at end of file -- cgit v1.3.1