galmon/html/sv.html

21 lines
986 B
HTML
Raw Permalink Normal View History

2019-09-22 18:04:46 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>galmon.eu sv</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
2019-09-22 18:04:46 +02:00
<body>
2026-06-14 14:03:06 +02:00
Last update: <span id="freshness"></span>. More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found <a href="https://github.com/ahupowerdns/galmon/blob/master/README.md#galmon">here</a>. Live map <a href="geo">here!</a>. <br/>
2019-09-22 18:04:46 +02:00
<table id="galileo"></table>
<p>
2022-03-07 13:07:44 +01:00
Some technical detail behind this setup can be found in <a href="https://berthub.eu/articles/posts/galileo-notes/">this post</a>.
2019-09-22 18:04:46 +02:00
2026-06-14 14:03:06 +02:00
For updates, follow <a href="https://eupolicy.social/@bert_hubert">@bert_hubert@eupolicy.social</a> on Mastodon, or join us on our IRC channel (chat) via the
2019-09-22 18:04:46 +02:00
<a href="https://webchat.oftc.net/?channels=galileo">web gateway</a>.
<script src="d3.v4.min.js"></script>
<script src="ext/moment-with-locales.js"></script>
<script src="sv.js"></script>
</body>
</html>