Files
vontor-cz/frontend/index.html
2025-11-13 02:32:56 +01:00

31 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="reset.css">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vontor.cz Creative Tech & Design Portfolio</title>
<meta name="description" content="Vontor.cz showcases creative technology, design engineering, drone visuals, web applications, and selfhosted infrastructure by Bruno Vontor." />
<meta name="theme-color" content="#031D44" />
<meta property="og:title" content="Vontor.cz Creative Tech & Design" />
<meta property="og:description" content="Fullstack development, infrastructure, automation, and visual technology projects." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vontor.cz" />
<meta property="og:image" content="/portfolio/perlica.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vontor.cz Creative Tech & Design" />
<meta name="twitter:description" content="Engineering + design portfolio: backend, frontend, infrastructure, drone and automation." />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>