Zaker-Website/index.html
Moaz Dawalibi 9d623cad0c format
2024-10-16 12:54:57 +03:00

16 lines
496 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>Website</title>
</head>
<body>
<script type="module" src="/src/main.tsx"></script>
<div id="root"></div>
</body>
</html>