Merge pull request 'fixed' (#4) from farnoosh-dev-pro into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-04-15 13:54:05 +00:00

View File

@@ -122,13 +122,11 @@
<link rel="manifest" href="/manifest.webmanifest"> <link rel="manifest" href="/manifest.webmanifest">
<link rel="stylesheet" href="/neshan/index.css" /> <link rel="stylesheet" href="/neshan/index.css" />
<script src="/neshan/index.js"></script> <script src="/neshan/index.js"></script>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
</html> </html>