tauri-plugin-devtools-app 3.0.0-alpha.1

Connect with the Devtools for Tauri application
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <style>
    body {
      background-color: rgb(7 12 23);
      color: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      height: 100vh;
      width: 100vw;
      justify-content: center;
    }
  </style>
</head>

<body>
  <div>Loading...</div>
</body>

</html>