blob: 2a2e44c40eb46561aff193db53347cea7851de97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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 %}
</div>
</body>
</html>
|