diapal-panel/index.html
behnamrhp c9a25069d8 closes#176@20m
[DEB]: debug expired access token and handle refresh token to navigate to the login page
2023-05-29 17:41:20 +03:00

14 lines
380 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dipal admin panel</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/driving/main/index.tsx"></script>
</body>
</html>