-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GROQ of Thrones</title>
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap"
rel="stylesheet"
/>
<meta
name="description"
content="GROQ of Thrones. A tool to become GROQ Guru!"
/>
<meta name="author" content="Abraham Anak Agung" />
<meta name="twitter:creator" content="@anakagungcorp" />
<meta name="twitter:url" content="https://anakagung.com/" />
<meta name="twitter:site" content="@anakagungcorp" />
<meta
name="twitter:description"
content="Abraham A. A. is a web wrench specialized in React, React Native and Amplify"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="" />
<meta property="og:image" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:image:src" content="" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="" />
<meta
property="og:description"
content="Abraham A. A. is a web wrench specialized in React, React Native and Amplify"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>