Commit be2e943e0b1d82c421cc5a80f495759dfd47aee5
1 parent
c26da21e
Exists in
master
and in
7 other branches
Inclusao de title na pagina inicial
Showing
2 changed files
with
1 additions
and
0 deletions
Show diff stats
No preview for this file type
init/index.php
... | ... | @@ -40,6 +40,7 @@ error_reporting(0); |
40 | 40 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
41 | 41 | <html> |
42 | 42 | <head> |
43 | +<title>i3Geo</title> | |
43 | 44 | <meta name="url" content="http://www.softwarepublico.gov.br" /> |
44 | 45 | <meta name="description" content="i3Geo" /> |
45 | 46 | <meta name="keywords" content="i3geo mapa geoprocessamento" /> | ... | ... |