22 lines
801 B
HTML
22 lines
801 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>NoteFlow - Intelligent Meeting Notetaker</title>
|
|
<meta name="description" content="AI-powered meeting transcription, summaries, and action items" />
|
|
<meta name="author" content="NoteFlow" />
|
|
|
|
<meta property="og:title" content="NoteFlow - Intelligent Meeting Notetaker" />
|
|
<meta property="og:description" content="AI-powered meeting transcription, summaries, and action items" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|