-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
27 lines (25 loc) · 967 Bytes
/
index.php
File metadata and controls
27 lines (25 loc) · 967 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
27
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="author" content="Sebastião Ribeiro Monteiro Filho">
<meta name="keywords" content="html, css, tutorial, exercicio">
<meta name="description" content="Exercicio do dia 10/10/2013">
<meta http-equiv="refresh" content="120"> <!-- refresh na página, de 2 em 2 minutos -->
<base target="#corpoFrame">
<title>Bem vindo a Página Principal!</title>
</head>
<body>
<div id="topo">
<h1> Tutoriais de Hyper Text Markup Language </h1>
</div>
<div id="menu">
</div>
<div id="corpo">
<iFrame name="corpoFrame" id="corpoFrame" src="principal.html"> </iFrame>
</div>
<div id="rodape">
<iFrame name="rodapeFrame" id="rodapeFrame" src="rodape.html"> </iFrame>
</div>
</body>
</html>