20 lines
518 B
HTML
20 lines
518 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>
|