summaryrefslogtreecommitdiff
path: root/iss/templates/base.html
blob: 7c782ee2352547f9a0fbad25189a0d8207ac1105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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="shortcut icon" href="favicon.ico"/>
  </head>
  <body>
    <div class="container">
      <h1 class="title">ISS.guru</h1>
    </div>
  </body>
</html>