-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
40 lines (39 loc) · 1.77 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" />
<title>方便面</title>
<link rel="shortcut icon" href="./src/assets/meta/icon.jpg" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Try a speech to text tech interview with an AI software engineer and get Instant Feedback."
/>
<meta
name="google-site-verification"
content="l0RHa7ITvP14ONw4jcGpBwcVG6g7dYSn8fP6IVMPAgs"
/>
<!-- og meta tags -->
<meta property="og:url" content="https://tech-interview-gpt.vercel.app/" />
<meta property="og:type" content="website" />
<!-- <meta property="og:site_name" content="Tech Interview GPT" /> -->
<!-- <meta property="og:title" content="Tech Interview GPT" /> -->
<!-- <meta
property="og:description"
content="A speech to text Tech Interview powered by ChatGPT"
/> -->
<!-- <meta property="og:image" content="https://raw.githubusercontent.com/readmedata/data/main/og_img.png" /> -->
<!-- Twitter specific meta tags -->
<meta name="twitter:card" content="summary_large_image">
<!-- <meta name="twitter:title" content="Tech Interview GPT"> -->
<meta property="twitter:url" content="https://tech-interview-gpt.vercel.app/" />
<!-- <meta name="twitter:description" content="A speech to text Tech Interview powered by ChatGPT"> -->
<!-- <meta name="twitter:image" content="https://raw.githubusercontent.com/readmedata/data/main/og_img.png"> -->
<!-- <link rel="apple-touch-icon" href="/src/assets/meta/favicon.ico" />
<link rel="icon" href="/src/assets/meta/favicon.ico" /> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>