-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
30 lines (29 loc) · 1.64 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Live AI Interview - by Juled Zaganjori</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Live AI Interview using your own resume and custom settings. Chat with my avatar and ask questions about me." />
<meta name="keywords" content="live, interview, juled, developer, zaganjori" />
<meta name="author" content="Juled Zaganjori (0Shark)" />
<meta property="og:title" content="Live Interview - by Juled Zaganjori" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/47896217?v=4" />
<meta property="og:url" content="https://juledz.com" />
<meta property="og:site_name" content="Juled Zaganjori" />
<meta property="og:description"
content="Live AI Interview using your own resume and custom settings. Chat with my avatar and ask questions about me." />
<meta name="twitter:title" content="Live Interview - by Juled Zaganjori" />
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/47896217?v=4" />
<meta name="twitter:url" content="https://juledz.com" />
<meta name="twitter:card" content="Juled Zaganjori" />
<link rel="icon" href="https://avatars.githubusercontent.com/u/47896217?v=4" type="image/gif" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>