-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.22 KB
/
index.html
File metadata and controls
31 lines (29 loc) · 1.22 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
<!doctype html>
<html lang="en">
<head>
<base href="/" />
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Devtherapy - Therapy for developers, one bug at a time</title>
<meta
name="description"
content="Devtherapy podcast - Where code meets conversation. Deep dives into software engineering, dev culture, and mental health for developers."
/>
<meta name="author" content="Devtherapy" />
<meta property="og:title" content="Devtherapy - Therapy for developers, one bug at a time" />
<meta
property="og:description"
content="Where code meets conversation. Join us for deep dives into software engineering, dev culture, and the mental health of those who build the digital world."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/banner.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@devtherapycode" />
<meta name="twitter:image" content="/banner.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>