diff options
Diffstat (limited to 'iss/templates/base.html')
| -rw-r--r-- | iss/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html index 546b27a..952f948 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -12,6 +12,9 @@ </head> <body class="bg-near-black near-white"> <div class="pa4 mw7 center"> + <h1 class="f1 moon-gray">ISS Pass Predictions</h1> + <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 %} {% endblock %} |
