-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
19 lines (19 loc) · 1022 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name=”description” content="Welcome to my portfolio! I'm Evgen Nikolenko, a passionate React TypeScript developer. Explore my diverse range of projects, showcasing my expertise in building responsive and dynamic web applications. From innovative UI designs to efficient backend integrations, each project reflects my commitment to creating seamless user experiences. Dive into my code, discover my skills, and get in touch to discuss exciting opportunities. Let's bring ideas to life through technology! Enikosoft.">
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link
rel="preload"
as="image"
href="https://evgennikolenko-data.s3.eu-west-2.amazonaws.com/photo.webp"
/>
<title>Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>