-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 2.14 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 2.14 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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Photo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="ZYNfZwMUiNwSMF3EMvY85bid2BVvB12uMMRfUNWw75A"
/>
<meta name="keywords" content="S.Jeston Singh" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="title" content="S.Jeston Singh - Profile Portfolio Front-End Web" />
<meta name="description" content="Welcome to my website! I am S.Jeston Singh, a web developer focused on creating engaging and responsive user interfaces. Discover more about my work here." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sjestonsingh.com/" />
<meta property="og:title" content="S.Jeston Singh - Profile Portfolio Front-End Web" />
<meta property="og:description" content="Welcome to my website! I am S.Jeston Singh, a web developer focused on creating engaging and responsive user interfaces. Discover more about my work here." />
<meta property="og:image" content="/Meta.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sjestonsingh.com/" />
<meta property="twitter:title" content="S.Jeston Singh - Profile Portfolio Front-End Web" />
<meta property="twitter:description" content="Welcome to my website! I am S.Jeston Singh, a web developer focused on creating engaging and responsive user interfaces. Discover more about my work here." />
<meta property="twitter:image" content="/Meta.png" />
<meta name="theme-color" content="rgb(3,0,20)" />
<meta name="msapplication-navbutton-color" content="rgb(3,0,20)" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<title>Front-End Web</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>