-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsobre1.html
More file actions
26 lines (21 loc) · 1022 Bytes
/
sobre1.html
File metadata and controls
26 lines (21 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<link href="login_estilo.css" rel="stylesheet" id="bootstrap-css">
<!--Bloco do Painel de cadastro de Condominio-->
<div class="login-body">
<nav >
<ul>
<li><a class="active" href="index.php">Home</a></li>
<li><a href="cadastroUsuario.html">Cadastro</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="sobre1.html">Sobre</a></li>
<li style="float:right"><a href="login.html">Login</a></li>
</ul>
</nav>
<article class="container-login center-block">
<section>
<div class="tab-content tabs-login col-lg-12 col-md-12 col-sm-12 cols-xs-12">
<h2><i class="glyphicon glyphicon-log-in"></i>Sobre</h2>
<p style="font-size: 18px; ">Esse projeto, foi uma proposta dos Alunos de Engenharia e Telematica para a disciplina, de Banco de Dados. Ele propuseram uma gerenciador de condominio </p>
</div>
</section>
</article>
</div>