Skip to content

Commit

Permalink
added nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sebazac332 committed Nov 8, 2024
1 parent 01d84fd commit bb8a5cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
<title>Relatorio 1 Inteligencia Artificial</title>
</head>
<body>
<div class="navbar">
<a href="index.html">O que é inteligência artificial?</a>
<a href="index.html">Histórico.</a>
<a href="index.html">Estado da Arte, Benefícios e Riscos.</a>
<a href="index.html">Agentes e ambientes.</a>
<a href="index.html">Racionalidade.</a>
<a href="index.html">Especificando o ambiente de tarefas.</a>
<a href="index.html">Arquitetura do agente.</a>
<a href="index.html">Representação de estados</a>
<a href="index.html">Discussões</a>
<a href="index.html">Projetos e problemas</a>
</div>

<h1>TEST</h1>
<p>TESTING</p>
</body>
Expand Down

0 comments on commit bb8a5cf

Please sign in to comment.