<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; encoding=utf-8" />
  <title>[dialog-error]{% trans %}CAN'T CONTACT{% endtrans %}</title>
  <style>@import url(odysseus:butterick.css);</style>
</head>
<body>
  <main>
    <h1>{% trans %}Could Not Contact {{ url.host }}{% endtrans %}</h1>
    <p>{% trans %}This may be due to a network failure or a broken link.{% endtrans %}</p>
    <p>{% trans %}Or it could be simply that <em>this site does not exist</em>.{% endtrans %}</p>
    <p><a href="settings://network/" title="Open network preferences">
      <img src="icon:128/preferences-system-network"
            alt="{% trans %}Network Settings{% endtrans %}" /></a></p>
  </main>
</body>
</html>
