-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 1.22 KB
/
index.html
File metadata and controls
28 lines (23 loc) · 1.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>xFrogly - Full-Stack Developer Portfolio</title>
<meta name="description" content="Full-Stack Developer specializing in React, Node.js, and modern web technologies. Explore my projects and get in touch." />
<meta name="author" content="xFrogly" />
<meta name="keywords" content="full-stack developer, software engineer, React, Node.js, TypeScript, web development, portfolio" />
<meta property="og:title" content="xFrogly - Full-Stack Developer Portfolio" />
<meta property="og:description" content="Full-Stack Developer specializing in React, Node.js, and modern web technologies. Explore my projects and get in touch." />
<meta property="og:type" content="website" />
<meta property="og:image" content="" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@xFrogly_dev" />
<meta name="twitter:image" content="" />
<link rel="icon" type="image/png" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>