<!DOCTYPE html>
<html>
<head>
  <title>[network-offline]{% trans %}CAN'T CONNECT{% endtrans %}</title>
  <style>@import url(odysseus:butterick.css);</style>
</head>
<body>
  <main>
    <h1>{% trans %}Could Not Connect To The Internet{% endtrans %}</h1>
    <p><a href="settings://network/" title="Open network preferences">
      <img src="icon:128/preferences-system-network" 
            alt="{% trans %}Network Settings{% endtrans %}" /></a></p>
  </main>
  <script>
    document.ononline = () => location.reload()
  </script>
</body>
</html>
