forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/app-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Quang | Software Engineer" />
<meta
property="og:description"
content="Quang's personal website. Explore our expertise in web development, mobile apps, and more. Let's turn your ideas into powerful, scalable realities."
/>
<meta property="og:image" content="https://i.imgur.com/71QTvRc.png" />
<meta property="og:url" content="https://quang.asia" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Quang | Software Engineer" />
<title>Quang | Kwang</title>
</head>
<body class="">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ELSBMHJ5BJ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ELSBMHJ5BJ');
</script>
</body>
</html>