summaryrefslogtreecommitdiff
path: root/iss/templates/base.html
blob: 96388dd9b5fe60e8b566fc4e3d723501b42be4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>ISS Predictions | ISS.guru</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="ISS predictions for overhead passes">
    <meta name="keywords" content="ISS, international space station, passes, predictions, overhead, amateur radio">
    <link rel="stylesheet" href="/static/css/tachyons.min.css">
    <link rel="stylesheet" href="/static/css/style.css">
    <link rel="shortcut icon" href="favicon.ico"/>
  </head>
  <body class="bg-near-black near-white">
    <div class="pa4 mw7 center">
      {% block content %}
      {% endblock %}

      <hr class="mt5 dark-gray">
      <p>Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available at <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p>
    </div>
  </body>
</html>