-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.19 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.19 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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 -->
<link rel="stylesheet" type="text/css" href="MeuCSS.css">
<base target="corpoFrame">
<title>Bem vindo a Página Principal!</title>
</head>
<body style="overflow:hidden;">
<div id="conteudo">
<div id="topo">
<h1> Página sobre Hyper Text Markup Language </h1>
</div>
<div id="menu">
<iFrame name="menuFrame" id="menuFrame" src="menu.html"> </iFrame>
</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>
</div>
</body>
</html>