-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
68 lines (68 loc) · 2.18 KB
/
index.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>.....::EduTuto::...</title>
<style type="text/css">
<!--
body,td,th {
font-family: Comic Sans MS, cursive;
font-size: 10px;
}
.center {
text-align: center;
}
.center {
font-size: 36px;
text-align: left;
color: #00C;
}
.center em {
font-size: 16px;
font-family: "Arial Black", Gadget, sans-serif;
color: #000;
}
body p {
text-align: center;
}
.ll {
text-align: left;
}
-->
</style>
<link href="style/estilos.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="style/animated-menu.css"/>
<script type="text/javascript" src="codes/funcs.js"></script>
<script type="text/javascript" src="codes/jquery-1.5.js"></script>
<script type="text/javascript" src="codes/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="codes/animated-menu.js"></script>
</head>
<body>
<div id="pagina">
<div id="box">
<div id="box2">
<div id="topo">
<BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <br />
</div>
<div id="menu">
<?php require "menu.php" ?>
</div>
<div id="centro">
<a href="cadastro.php" target="_parent"><strong>Cadastre-se aqui ou Entre com suas credenciais</strong></a><br />
<form name="Logando" id="logando" method="post" action="codes/login.php">
<table width="50%" align="center">
<tr><td><strong>Login</strong></td><td><strong>Senha</strong></td></tr>
<tr><td><input type="text" id="login" name="login" /></td><td><input type="password" id="passwd" name="passwd" /></td></tr>
<tr><td colspan="2" align="center"><input type="submit" value="Logar" name="Logar" id="Logar" /></td></tr>
</table>
</form>
</div>
<div id="Rodape">
<p><br /><strong><i>Rua 24 de Maio, 141-Centro-Osório/RS (3ºAndar, Laboratório 8)<br />
<i><strong>Fone / Fax.: +55(51)3663-1763 - E-mail.: <a href="mailto:edututo@facos.com.br">edututo@facos.com.br</a> </strong> </i></p></p>
</div>
</div>
</div>
</div>
</body>
</html>