Quiz_dashboard/index.html
karimaldeen d603736a16 math
2024-09-23 15:12:24 +03:00

24 lines
880 B
HTML

<!doctype html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" sizes="180x180" href="/App/Logo.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/App/Logo.svg" />
<link rel="icon" type="image/png" sizes="16x16" href="/App/Logo.svg" />
<link rel="manifest" href="/site.webmanifest" />
<meta
name="description"
content="social networking platform with automated content moderation and context-based authentication system"
/>
<script type="module" src="/src/index.tsx"></script>
<title>NERD DASHBOARD</title>
</head>
<body dir="rtl">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>