Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>AK | Full Stack App Developer Portfolio</title> | |
| <meta name="description" content="Welcome to SK's portfolio – A full stack App developer showcasing projects, skills, and experience in web development, UI/UX design, and more."> | |
| <link rel="icon" type="image/png" href="/assets/favicon.png" /> | |
| <meta name="theme-color" content="#000000" /> | |
| <!-- Open Graph Meta Tags --> | |
| <meta property="og:title" content="SK | Full Stack Developer Portfolio" /> | |
| <meta property="og:description" content="Explore SK's projects, skills, and experience in web development." /> | |
| <meta property="og:image" content="/assets/preview.png" /> | |
| <meta property="og:url" content="https://sk-illustration-portfolio.netlify.app/" /> | |
| <meta property="og:type" content="website" /> | |
| <!-- Twitter Meta Tags --> | |
| <meta name="twitter:card" content="summary_large_image" /> | |
| <meta name="twitter:title" content="SK | Full Stack App Developer Portfolio" /> | |
| <meta name="twitter:description" content="Explore SK's projects, skills, and experience in web development." /> | |
| <meta name="twitter:image" content="/assets/preview.png" /> | |
| <!-- Canonical URL --> | |
| <link rel="canonical" href="https://sk-illustration-portfolio.netlify.app/" /> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.jsx"></script> | |
| </body> | |
| </html> | |