Spaces:
Paused
Paused
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Página não encontrada — SK Imobiliária</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap" rel="stylesheet"> | |
| <link rel="icon" type="image/svg+xml" href="/img/logo-sk.svg"> | |
| <link rel="stylesheet" href="/css/style.css?v=8"> | |
| </head> | |
| <body> | |
| {% include "_header.html" %} | |
| <section class="container text-center" style="padding:120px 24px"> | |
| <span class="eyebrow" style="justify-content:center">Erro 404</span> | |
| <h1>Essa maré não trouxe essa página</h1> | |
| <p class="muted">O endereço que você buscou não existe ou foi movido.</p> | |
| <a class="btn btn-primary" href="/">Voltar para o início</a> | |
| </section> | |
| </body> | |
| </html> | |