blob: fa75313a8986f5f2fc41bb0e6a3be0bdeb063c99 (
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="container">
<h1 class="title">ISS.guru</h1>
<p>Hello this is text <span class="b">in bold</span></p>
</div>
</body>
</html>
|