blob: a02b312c8b97ea3ae69d831a1d2180bcfa09cfbd (
plain)
1
2
3
4
5
6
|
{% extends "base.html" %}
{% block content %}
<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>
{% endblock %}
|