Zaker-Website/index.html
2024-10-22 10:10:16 +03:00

16 lines
493 B
HTML

<!doctype html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="icon" type="image/webp" href="/Setting/LOGO.png" />
<meta name="description" content=" description of your web app" />
<title>Zaker</title>
</head>
<body>
<script type="module" src="/src/main.tsx"></script>
<div id="root"></div>
</body>
</html>