-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.59 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.59 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Thanh Nguyen" />
<meta name="description" content="Thanh Nguyen's home page" />
<meta name="theme-color" content="#282a36" />
<!-- Meta for robots -->
<meta name="revisit-after" content="1 days" />
<meta name="robots" content="index, follow" />
<!-- Meta for social networks -->
<meta itemprop="image" content="/logo-512.png" />
<meta property="og:image" content="%VITE_CANONICAL_URL%/logo-512.png" />
<meta property="og:image:alt" content="{e}" />
<meta property="og:description" content="Ethan Nguyen's home page" />
<meta property="og:locale" content="en_GB" />
<meta property="og:title" content="Ethanify - all about Ethan" />
<meta property="og:type" content="website" />
<meta property="og:url" content="%VITE_CANONICAL_URL%" />
<meta name="twitter:image" content="/logo-512.png" />
<meta name="twitter:image:alt" content="{e}" />
<meta name="twitter:creator" content="@ethan605" />
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/logo-192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/logo-180.png" />
<link rel="canonical" href="%VITE_CANONICAL_URL%" />
<title>Ethanify - all about Ethan</title>
</head>
<body>
<noscript>Err! No JavaScript, No Life!</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>