summaryrefslogtreecommitdiff
path: root/iss/templates/base.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-10-27 22:00:16 +0100
committerYuval Adam <_@yuv.al>2024-10-27 22:00:16 +0100
commit9adea957780418e2eb51112e7aaa519351a4775f (patch)
treed2a22a9e290610a299365b1ddb7fbd69c606a13d /iss/templates/base.html
parent50b9f688cc78181ef65621e91140b5ea578495cf (diff)
Update fathom id
Diffstat (limited to 'iss/templates/base.html')
-rw-r--r--iss/templates/base.html34
1 files changed, 21 insertions, 13 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html
index 274cc3f..f50aaac 100644
--- a/iss/templates/base.html
+++ b/iss/templates/base.html
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
- <head>
+
+<head>
<meta charset="utf-8">
<title>ISS Predictions | ISS.guru</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -8,21 +9,28 @@
<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="/static/img/favicon.ico"/>
- <script src="https://mink.iss.guru/script.js" site="TUVDMULX" defer></script>
+ <link rel="shortcut icon" href="/static/img/favicon.ico" />
+ <script src="https://cdn.usefathom.com/script.js" data-site="BUVXMLRG" defer></script>
{% block extrahead %}
{% endblock %}
- </head>
- <body class="bg-near-black near-white">
+</head>
+
+<body class="bg-near-black near-white">
<div class="pa4 mw8 center">
- <a href="/" class="no-underline dim"><h1 class="f1 moon-gray">ISS Pass Predictions</h1></a>
- <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>
+ <a href="/" class="no-underline dim">
+ <h1 class="f1 moon-gray">ISS Pass Predictions</h1>
+ </a>
+ <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>
- {% block content %}
- {% endblock %}
+ {% block content %}
+ {% endblock %}
- <hr class="mt5 dark-gray">
- <p class="near-white">Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available on <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p>
+ <hr class="mt5 dark-gray">
+ <p class="near-white">Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source
+ code
+ available on <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p>
</div>
- </body>
-</html>
+</body>
+
+</html> \ No newline at end of file