Commit fedf12dca84b95865ed36f09947004ae8120dfc7
1 parent
a727e5b2
Exists in
master
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" /> | ... | ... |