-
Notifications
You must be signed in to change notification settings - Fork 0
/
construcao.html
30 lines (29 loc) · 1.19 KB
/
construcao.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
<head>
<title>Aeroimport - Cargo Freight System, INC.</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="pt-br" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index,follow" />
<link rel="shortcut icon" href=""/>
<link href="css/comum.css" rel="stylesheet" type="text/css" media="screen" />
<link href="css/home.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if gt IE 8]>
<link href="css/ie9.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head>
<body id="construcao">
<div id="Header">
<div class="grid_978">
<h1 class="header-logo rpl fl"><span>Aeroimport - Cargo Freight System, INC.</span></h1>
</div>
</div><!-- #header -->
<div id="Conteudo" class="clearfix">
<div class="grid_978">
<img src="img/caixas-em-construcao.png" alt=""/>
</div>
</div><!-- #Conteudo -->
</body>
</html>