41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="pt-BR">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
|
|
<!-- Meta tags padrão -->
|
|
<meta name="description"
|
|
content="Conectamos sua empresa ao futuro dos pagamentos com APIs rápidas e seguras. Pix, cartões e integrações completas para escalar seus negócios." />
|
|
<meta name="keywords"
|
|
content="soluções financeiras, integração financeira, pagamentos digitais, banking, banco digital, instituição de pagamento" />
|
|
<meta name="author" content="Bass Pago" />
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Open Graph padrão -->
|
|
<meta property="og:locale" content="pt_BR" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Bass Pago" />
|
|
|
|
<!-- Theme -->
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<!-- Fontes -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap"
|
|
rel="stylesheet" />
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
|
|
</html> |