-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 2.06 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
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico/" type="image/x-icon" />
<meta
name="description"
content="Discover Akshyat Patra's portfolio, showcasing his skills as a full-stack developer. Explore his latest web projects and case studies now."
/>
<meta name="keyword" content="portfolio, javascript, developer">
<link rel="canonical" href="https://akshyat.vercel.app" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no,shrink-to-fit=no"
/>
<!-- Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Akshyat | Full Stack Developer" />
<meta
property="og:description"
content="Discover Akshyat Patra's portfolio, showcasing his skills as a full-stack developer. Explore his latest web projects and case studies now."
/>
<meta
property="og:image"
content="https://github.com/akshyat02/vite-portfolio/blob/main/ogimage.png"
/>
<meta property="og:url" content="https://akshyat.vercel.app" />
<!-- Twitter Card -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="Akshyat | Full Stack Developer" />
<meta
property="twitter:description"
content="Discover Akshyat Patra's portfolio, showcasing his skills as a full-stack developer. Explore his latest web projects and case studies now."
/>
<meta
property="twitter:image"
content="https://github.com/akshyat02/vite-portfolio/blob/main/ogimage.png"
/>
<meta property="twitter:url" content="https://akshyat.vercel.app" />
<title>Akshyat | Developer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>