PairDrop/Website About/NEW/404.html

25 lines
1.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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="pt-br">
<head>
<meta charset="UTF-8">
<title>Erro 404 - Página não encontrada</title>
<link rel="icon" href="https://biodrop.erikraft.com/images/Logo.png" type="image/png">
<link rel="shortcut icon" href="https://biodrop.erikraft.com/images/Logo.png" type="image/png">
<link rel="stylesheet" href="/css/404.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<body>
<main>
<div class="img-container">
<img src="/images/404.png" alt="Erro 404">
</div>
<h1>404</h1>
<h2>Oops! Página não encontrada.</h2>
<strong>Eu juro para você que ela estava aqui!</strong>
<br>
<p>Ah, sei lá... eu não sei, a página sumiu... talvez o gato da minha amiga tenha comido a página! Acho que a página tinha gosto de pudim com uma pitadinha de tags HTML. Hummm, delicioso!</p>
<a href="/" class="btn-voltar"><i class="fa-solid fa-house"></i> Voltar para o Início</a>
</main>
</body>
</html>