UNPKG

signalk-ais-target-prioritizer

Version:

Plots and priorizes AIS targets according to guard and CPA criteria.

29 lines (28 loc) 816 B
<!doctype html> <html lang="en" data-theme="cerberus"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" type="image/png" href="assets/icon-120.png" /> <title>AIS Target Prioritizer</title> <style> html, body, #app { height: 100%; margin: 0; padding: 0; overflow: hidden; } </style> <script> const mode = localStorage.getItem("theme") ?? "dark"; document.documentElement.classList.toggle("dark", mode === "dark"); </script> <script type="module" crossorigin src="./assets/index-toGOwIZ4.js"></script> <link rel="stylesheet" crossorigin href="./assets/index-CV45K___.css"> </head> <body> <div id="app"></div> </body> </html>