This commit is contained in:
2026-04-15 17:22:08 +03:30
parent 38ede9adba
commit 7e48415df1

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>