-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c897ec
commit a4facae
Showing
14 changed files
with
3,860 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<!-- Meta --> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content="C# Brasil"> | ||
|
||
<title>404 - Página não encontrada</title> | ||
|
||
<!-- CSS & fonts --> | ||
<link rel="stylesheet" href="/css/main.css?1716843176187447696"> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800" rel="stylesheet" type="text/css"> | ||
|
||
<link rel="shortcut icon" href="images/favicon.png" /> | ||
</head> | ||
|
||
|
||
<body> | ||
<div id="wrap"> | ||
|
||
<!-- Navigation --> | ||
<nav id="nav"> | ||
<div id="nav-list"> | ||
<a href="/">Página inicial</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/sobre" title="Sobre o Blog">Sobre o Blog</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</nav> | ||
|
||
|
||
<!-- Icon menu --> | ||
<a id="nav-menu"> | ||
<div id="menu"></div> | ||
</a> | ||
<!-- Header --> | ||
<header id="header"> | ||
<a href="/"> | ||
<img src="/images/logo_csharpbrasil.png" class="logo" alt="C# Brasil"> | ||
</a> | ||
</header> | ||
|
||
<!-- Main content --> | ||
<div id="container"> | ||
<main> | ||
<h1 id="404---página-não-encontrada">404 - Página não encontrada</h1> | ||
<p>Não foi possível encontrar o URL solicitado. Você pode tentar novamente acessando a <a href="/">página inicial</a>.</p> | ||
|
||
</main> | ||
<!-- Pagination links --> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="footer"><span>© 2024 C# Brasil. Todos os direitos reservados</span></footer> | ||
<!-- Script --> | ||
<script src="/js/main.js"></script> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.