-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= title %></title>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="canonical" href="<%= siteUrl %>" />
<meta name="description" content="<%= description %>" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" content="<%= title %>" />
<meta property="og:description" content="<%= description %>" />
<meta property="og:url" content="<%= siteUrl %>" />
<meta property="og:type" content="website" />
<meta property="og:image" content="<%= siteUrl %>/og-image.png" />
<meta property="og:image:alt" content="<%= title %>" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<script
async
src="https://analytics.hendraaagil.dev/script.js"
data-website-id="23598586-2fa3-4a04-be92-d3fabeb48f3b"
></script>
</head>
<body>
<div id="root" class="bg-slate-900 text-slate-50"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>