Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
IagoLima06 committed Jun 30, 2024
1 parent c1849e1 commit 175f839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion codigo/assets/css/stylesVerificador.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 10px;
text-align: center;
}

Expand Down
12 changes: 4 additions & 8 deletions codigo/pages/indexVerficador.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="../assets/css/global.css">
</head>
<body>
<!-- Cebeçalho -->
<!-- Cabeçalho -->
<header id="global-header">
<nav class="global-nav-bar">
<div class="global-logo">
Expand All @@ -19,11 +19,9 @@ <h1><a href="../index.html">NetGuard</a></h1>
<li class="global-nav-item"><a href="licoes.html" class="global-nav-link">Lições</a></li>
<li class="global-nav-item"><a href="VerificadorSenha.html" class="global-nav-link">Potencializador de Senha</a></li>
<li class="global-nav-item"><a href="gc3index.html" class="global-nav-link">Gerenciador de Senha</a></li>

<li class="global-nav-item"><a href="chatbot.html" class="global-nav-link">Chatbot</a></li>
</ul>
</div>

<div class="global-mobile-menu-icon">
<button onclick="menuShow()"><img class="global-icon" src="images/menu_white_36dp.svg" alt=""></button>
</div>
Expand All @@ -33,15 +31,14 @@ <h1><a href="../index.html">NetGuard</a></h1>
<li class="global-nav-item"><a href="licoes.html" class="global-nav-link">Lições</a></li>
<li class="global-nav-item"><a href="VerificadorSenha.html" class="global-nav-link">Potencializador de Senha</a></li>
<li class="global-nav-item"><a href="gc3index.html" class="global-nav-link">Gerenciador de Senha</a></li>

<li class="global-nav-item"><a href="chatbot.html" class="global-nav-link">Chatbot</a></li>
</ul>
</div>
</header>
<main>
<div class="body-styles GH2">
<div class="container GH2">
<h1>Verificador de Link </h1>
<h1>Verificador de Link</h1>
<input type="text" id="urlInput" placeholder="Enter URL">
<button onclick="verifyLink()">Checar</button>
<div id="result"></div>
Expand All @@ -54,15 +51,14 @@ <h1>Verificador de Link </h1>
<a class="global-links-footer" href="licoes.html">Lições</a>
<a class="global-links-footer" href="VerificadorSenha.html">Potencializador De Senhas</a>
<a class="global-links-footer" href="gc3index.html">Gerenciador De Senhas</a>

<a class="global-links-footer" href="chatbot.html">Chatbot</a>
</div>
<div class="global-titulo-footer">
<p id="copy">
© 2024 NetGuard Inc. Todos os Direitos Reservados. Duvidas? Use o email suportenetguard@gmail.com
© 2024 NetGuard Inc. Todos os Direitos Reservados. Dúvidas? Use o email suportenetguard@gmail.com
</p>
</div>
</footer>
<script src="../assets/js/scriptVerificador.js"></script>
</body>
</html>
</html>

0 comments on commit 175f839

Please sign in to comment.