<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8" />
  <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  <meta name="viewport" content="width=device-width, initial-scale=1" user-scalable="false" />
  <meta name="theme-color" content="#000000" />
  <meta name="description" content="دانوین" />
  <link href="https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.css" rel="stylesheet" />
  <meta name="mobile-web-app-capable" content="yes" />
  <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

  <title>دانوین</title>
</head>

<body>
  <div id="root"></div>
  <script>
    if ("serviceWorker" in navigator) {
      window.addEventListener("load", function () {
        navigator.serviceWorker
          .register("./serviceworker.js")
          .then((registration) => {
            // Registration was successful
            console.log(
              "ServiceWorker registration successful with scope: ",
              registration.scope
            );
          })
          .catch((err) => {
            console.log(err);
          });
      });
    }
  </script>
</body>

</html>