Files
Alexandre Possebom 1d093d2d57 feat: adopt the Vem Marcar product name
Brand the tab titles, the panel eyebrow and the ics PRODID. The public
page body stays unbranded on purpose (v1 decision: company name in the
spotlight, no product signature).
2026-07-28 18:59:45 -03:00

16 lines
427 B
HTML

<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vem Marcar</title>
<meta name="description" content="Marque seu horário pela internet" />
<meta name="theme-color" content="#FFF8F0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>