diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-28 19:08:12 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-28 19:08:12 +0300 |
| commit | aa685f4a2b7743ced2ceafc65538eb5457f5ee97 (patch) | |
| tree | 7d10fcae8ee166a433ca286d9f773be8b0f9f9bb /iss/templates/base.html | |
| parent | ca75913e447f37656ca516b235d27d8cf054e9f0 (diff) | |
Split passes endpoint
Diffstat (limited to 'iss/templates/base.html')
| -rw-r--r-- | iss/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html index eb9767d..e7a0cd7 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -12,7 +12,7 @@ </head> <body class="bg-near-black near-white"> <div class="pa4 mw8 center"> - <h1 class="f1 moon-gray">ISS Pass Predictions</h1> + <a href="/" class="no-underline dim"><h1 class="f1 moon-gray">ISS Pass Predictions</h1></a> <p class="light-red">Upcoming passes of the <a href="https://en.wikipedia.org/wiki/International_Space_Station" class="link red dim">International Space Station</a> at your location over the next 10 days.</p> {% block content %} |
