-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
29 lines (26 loc) · 1.84 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#080b12" />
<title>High Functioning Guest Portal — Everything guests need before and after recording</title>
<meta name="description" content="High Functioning Guest Portal is the producer dashboard and guest hub for the High Functioning Podcast. Coordinate guest dates, missing info, recording details, and launch share kit — one link instead of buried emails. Powered by GuestFlow." />
<meta name="keywords" content="podcast guest management, podcast producer dashboard, guest portal, podcast workflow, creator collab tool, interview logistics, podcast launch checklist, guest onboarding" />
<meta name="author" content="Jacob Britten" />
<link rel="canonical" href="https://github.com/fuzmaster/guestflow" />
<meta property="og:type" content="website" />
<meta property="og:title" content="GuestFlow — Producer Dashboard & Guest Portal" />
<meta property="og:description" content="Send one link instead of making busy guests dig through emails. Producer dashboard + guest portal for podcasters and creators." />
<meta property="og:image" content="/cover.png" />
<meta property="og:url" content="https://github.com/fuzmaster/guestflow" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GuestFlow — Producer Dashboard & Guest Portal" />
<meta name="twitter:description" content="Send one link instead of making busy guests dig through emails. Producer dashboard + guest portal for podcasters and creators." />
<meta name="twitter:image" content="/cover.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>