Update 404.html
This commit is contained in:
parent
5e06de7584
commit
0ec59e2acf
|
@ -1,12 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="pt-br">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>⚠️|Erro 404 - Página não encontrada</title>
|
||||
<link rel="icon" href="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.4.0/css/all.min.css">
|
||||
</head>
|
||||
<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.4.0/css/all.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="img-container">
|
||||
|
|
Loading…
Reference in New Issue