-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 2.1 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/favicon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A Seasoned Frontend Engineer with 4 years of expertise in web development, proficient in React and TypeScript. Connect with me to talk more about web, and how we can create meaningful products."
/>
<meta name="author" content="Anggih Septiawan" />
<meta name="keywords" content="portfolio website, article" />
<meta property="og:title" content="Anggih Septiawan | Portfolio website" />
<meta property="og:type" content="Portfolio website, article" />
<meta
property="og:description"
content="A Seasoned Frontend Engineer with 4 years of expertise in web development, proficient in React and TypeScript. Connect with me to talk more about web, and how we can create meaningful products."
/>
<meta property="og:url" content="https://anggihseptiawan.vercel.app/" />
<meta
property="og:image"
content="https://anggihseptiawan.vercel.app/meta-profile.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Anggih Septiawan | Portfolio website" />
<meta
name="twitter:description"
content="A Seasoned Frontend Engineer with 4 years of expertise in web development, proficient in React and TypeScript. Connect with me to talk more about web, and how we can create meaningful products."
/>
<meta
name="twitter:image"
content="https://anggihseptiawan.vercel.app/meta-profile.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<title>Anggih Septiawan | Portfolio website</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>