Reconfigure Project deleting old configuration of React that was not working
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!doctype html>
|
||||
<html lang="PT-br">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-compatible" content="ie=edge" />
|
||||
<title>AnalyTrick</title>
|
||||
|
||||
<!-- imports -->
|
||||
<link rel="stylesheet" type="text/css" href="./css/Mains/Dummy_main.css" />
|
||||
<script src="./js/header_and_footer.js"></script>
|
||||
<script
|
||||
src="https://kit.fontawesome.com/6ffe26f1f6.js"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<section class="sessao container">
|
||||
<div>
|
||||
<h2 class="titulo">OPA!</h2>
|
||||
</div>
|
||||
<div class="texto">404 Pagina não encontrada!</div>
|
||||
<img src="./img/pngwing.com.png" alt="construcao" id="Construcao_img" />
|
||||
<div class="texto">Parece que a Pagina está em Produção</div>
|
||||
<a class="button" href="./index.html">Voltar para a pagina principal</a>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user