30 lines
989 B
HTML
30 lines
989 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/Logo2.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/App/Logo2.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/App/Logo2.png" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
<link
|
|
href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<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>
|