AIMirror-Backend / index.html
Zayeemk's picture
Upload 21 files
69aa668 verified
raw
history blame contribute delete
706 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/mirror-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AI Mirror - Your words reflect more than you think. Transform text into emotional insights and art." />
<meta name="keywords" content="AI, emotion detection, NLP, sentiment analysis, mood tracker" />
<meta name="author" content="Sayed Mohd Zayeem Khateeb" />
<title>AI Mirror - Emotional Intelligence Visualizer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>