34 linhas
1.1 KiB
PHP
Arquivo Executável
34 linhas
1.1 KiB
PHP
Arquivo Executável
<!DOCTYPE html>
|
|
<!--
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>Atlas FB</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<img id="logo" src="imagens/logo.jpg"/>
|
|
|
|
<div id="menuu">
|
|
<ul>
|
|
<li><a id="recurso" href="Teste_Mapa_Funcional/mapa.html" onclick="curSec(this.id)">Mapas</a></li>
|
|
<li><a id="ajuda" href="#ajuda" onclick="curSec(this.id)">Ajuda</a></li>
|
|
<li><a id="colab" href="#colab" onclick="curSec(this.id)">Colaboradores</a></li>
|
|
<li><a id="conta" href="login.php" onclick="">Fazer login</a></li>
|
|
<li><a id="entrar" href="cadastrar.php" onclick="">Cadastre-se</a></li>
|
|
</ul>
|
|
|
|
<center>
|
|
<img id="centro" src="imagens/logo.jpg"/>
|
|
</center>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|