-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (34 loc) · 1.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ngoquocdat.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ngo Quoc Dat</title>
<meta name="author" content="Ngo Quoc Dat" />
<meta
name="description"
content="I craft web apps using Laravel, Vue, Tailwind CSS, and beyond. Driven by a passion for building engaging experiences and contributing to open source."
/>
<meta property="og:site_name" content="Ngo Quoc Dat" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ngo Quoc Dat" />
<meta
property="og:description"
content="I craft web apps using Laravel, Vue, Tailwind CSS, and beyond. Driven by a passion for building engaging experiences and contributing to open source."
/>
<meta property="og:locale" content="en" />
<meta property="og:url" content="https://ngoquocdat.dev" />
<meta name="twitter:site" content="@datlechin" />
<meta name="twitter:creator" content="@datlechin" />
<meta name="twitter:title" content="Ngo Quoc Dat" />
<meta
name="twitter:description"
content="I craft web apps using Laravel, Vue, Tailwind CSS, and beyond. Driven by a passion for building engaging experiences and contributing to open source."
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>