mirror of
https://github.com/berthubert/galmon.git
synced 2026-07-06 14:23:18 -04:00
21 lines
986 B
HTML
21 lines
986 B
HTML
<!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>
|
|
<body>
|
|
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/>
|
|
<table id="galileo"></table>
|
|
<p>
|
|
Some technical detail behind this setup can be found in <a href="https://berthub.eu/articles/posts/galileo-notes/">this post</a>.
|
|
|
|
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
|
|
<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>
|