Files
vontor-cz/frontend/index.html
Brunobrno 00271e59e4 Add state enums and HomeLayout styling improvements
Introduced generated stateE15Enum and stateFdaEnum TypeScript types for both private and public API models. Updated HomeLayout to use a new CSS module for layout styling, and adjusted navbar centering logic. Commented out reset.css in index.html and made minor CSS cleanups.
2025-12-25 04:54:44 +01:00

31 lines
1.4 KiB
HTML
Raw Permalink 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>