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).
16 lines
427 B
HTML
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>
|