Skip to content

Commit

Permalink
Update chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
guisilvas committed Jun 30, 2024
1 parent 5866987 commit c1849e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 4 additions & 8 deletions codigo/pages/chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,23 @@
<link href="https://fonts.googleapis.com/css2?family=Playwrite+NG+Modern:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../assets/css/styleBot.css">
<link rel="stylesheet" href="../assets/css/global.css">
<link rel="shortcut icon" href="../assets/images/logo.ico" type="image/x-icon">
</head>
<body class="guilherme-body" onload="initializeChatbot()">
<!-- Cebeçalho -->
<header id="global-header">
<nav class="global-nav-bar">
<div class="global-logo">
<h1><a href="index.html">NetGuard</a></h1>
<h1><a href="../index.html">NetGuard</a></h1>
</div>
<div class="global-nav-list">
<ul>
<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="gerencializa.html" class="global-nav-link">Gerenciador de Senha</a></li>
<li class="global-nav-item"><a href="verificacao.html" class="global-nav-link">Verificador de Links</a></li>
<li class="global-nav-item"><a href="chatbot.html" class="global-nav-link">Chatbot</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="indexVerficador.html" class="global-nav-link">Verificador de Links</a></li>
</ul>
</div>
<div class="global-login-button">
<button><a href="cadastro.html">Entrar</a></button>
</div>

<div class="global-mobile-menu-icon">
<button onclick="menuShow()"><img class="global-icon" src="images/menu_white_36dp.svg" alt=""></button>
</div>
Expand Down
3 changes: 2 additions & 1 deletion codigo/pages/indexMessage.html → codigo/pages/crudBot.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Cadastro de Mensagens</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/css/styleBot.css">
<link rel="shortcut icon" href="../assets/images/logo.ico" type="image/x-icon">
</head>

<body onload="init()">
Expand Down Expand Up @@ -62,7 +63,7 @@ <h1>Cadastro de Mensagens (CRUD)</h1>
<input type="button" class="btn btn-warning" id="btnUpdate" value="Alterar">
<input type="button" class="btn btn-danger" id="btnDelete" value="Excluir">
<input type="button" class="btn btn-secondary" id="btnClear" value="Limpar Form">
<a href="lista_mensagens.html"><input type="button" class="btn btn-warning" id="btnClear" value="Pesquisar Mensagens"></a>
<a href="messagesBot.html"><input type="button" class="btn btn-warning" id="btnClear" value="Pesquisar Mensagens"></a>
</div>
</div>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Cadastro de Mensagens</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/css/styleBot.css">
<link rel="stylesheet" href="../assets/css/styleBot.css">
<link rel="shortcut icon" href="../assets/images/logo.ico" type="image/x-icon">
</head>

<body onload="ListaMensagens()">
Expand Down

0 comments on commit c1849e1

Please sign in to comment.