forked from martinfrancois/question-driven-talk-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.76 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Question-Driven Talk Assistant</title>
<meta
name="description"
content="Free web app for conference speakers to manage questions effortlessly and create a better experience for your audience. Works offline in your browser."
/>
<meta
name="keywords"
content="conference, conference speaker, questions, audience, audience questions, live, sessions, talks, presentations, lectures, tool, question management, dark mode support, offline functionality, local data persistence, markdown export, responsive design, open source, qr code, free"
/>
<link rel="canonical" href="https://qa.fmartin.ch/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://qa.fmartin.ch/" />
<meta property="og:title" content="Question-Driven Talk Assistant" />
<meta
property="og:description"
content="Free web app for conference speakers to manage questions effortlessly and create a better experience for your audience. Works offline in your browser."
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://qa.fmartin.ch/" />
<meta property="twitter:title" content="Question-Driven Talk Assistant" />
<meta
property="twitter:description"
content="Free web app for conference speakers to manage questions effortlessly and create a better experience for your audience. Works offline in your browser."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>