-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 889 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Software Engineer Portfolio - Full Stack Developer showcasing projects and skills" />
<meta name="theme-color" content="#2c3e50" />
<meta name="keywords" content="software engineer, full stack developer, web development, react, javascript" />
<meta property="og:title" content="Software Engineer Portfolio" />
<meta property="og:description" content="Full Stack Developer showcasing projects and skills" />
<meta property="og:type" content="website" />
<title>Software Engineer Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>