1
+ <!doctype html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="utf-8 " />
6
+ < title > Site Map Page 1 - Generated by www.xml-sitemaps.com</ title >
7
+ < meta content ='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 ' name ='viewport ' />
8
+ < style type ="text/css ">
9
+ body {
10
+ background-color : # fff ;
11
+ font-family : "Roboto" , "Helvetica" , "Arial" , sans-serif;
12
+ margin : 0 ;
13
+ }
14
+
15
+ # top {
16
+
17
+ background-color : # b1d1e8 ;
18
+ font-size : 16px ;
19
+ padding-bottom : 40px ;
20
+ }
21
+
22
+ nav {
23
+ font-size : 24px ;
24
+
25
+ margin : 0px 30px 0px ;
26
+ border-bottom-left-radius : 6px ;
27
+ border-bottom-right-radius : 6px ;
28
+ background-color : # f3f3f3 ;
29
+ color : # 666 ;
30
+ box-shadow : 0 10px 20px -12px rgba (0 , 0 , 0 , 0.42 ), 0 3px 20px 0px rgba (0 , 0 , 0 , 0.12 ), 0 8px 10px -5px rgba (0 , 0 , 0 , 0.2 );
31
+ padding : 10px 0 ;
32
+ text-align : center;
33
+ z-index : 1 ;
34
+ }
35
+
36
+ h3 {
37
+ margin : auto;
38
+ padding : 10px ;
39
+ max-width : 600px ;
40
+ color : # 666 ;
41
+ }
42
+
43
+ h3 span {
44
+ float : right;
45
+ }
46
+
47
+ h3 a {
48
+ font-weight : normal;
49
+ display : block;
50
+ }
51
+
52
+
53
+ # cont {
54
+ position : relative;
55
+ border-radius : 6px ;
56
+ box-shadow : 0 16px 24px 2px rgba (0 , 0 , 0 , 0.14 ), 0 6px 30px 5px rgba (0 , 0 , 0 , 0.12 ), 0 8px 10px -5px rgba (0 , 0 , 0 , 0.2 );
57
+
58
+ background : # f3f3f3 ;
59
+
60
+ margin : -20px 30px 0px 30px ;
61
+ padding : 20px ;
62
+ }
63
+
64
+ a : link ,
65
+ a : visited {
66
+ color : # 0180AF ;
67
+ text-decoration : underline;
68
+ }
69
+
70
+ a : hover {
71
+ color : # 666 ;
72
+ }
73
+
74
+
75
+ # footer {
76
+ padding : 10px ;
77
+ text-align : center;
78
+ }
79
+
80
+ tr {
81
+ 2background: # fff ;
82
+ }
83
+
84
+ th ,
85
+ td {
86
+ padding : 5px ;
87
+ }
88
+
89
+ .lhead {
90
+ background : # ddd ;
91
+ padding : 10px ;
92
+ }
93
+
94
+ .lpage {
95
+ border-bottom : # ddd 1px solid;
96
+ }
97
+ </ style >
98
+ </ head >
99
+
100
+ < body >
101
+ < div id ="top ">
102
+ < nav > HTML Site Map</ nav >
103
+ < h3 >
104
+ < span > Last updated: 2017, November 20</ span >
105
+ < a href ="https://phpdf.org.br "> Homepage</ a >
106
+ </ h3 > </ div >
107
+ < div id ="cont ">
108
+ < table cellpadding ="0 " cellspacing ="0 " border ="0 " width ="100% ">
109
+
110
+ < tr valign ="top ">
111
+ < td class ="lpart " colspan ="100 "> < div class ="lhead "> /
112
+ < span class ="lcount "> 1 pages</ span > </ div >
113
+
114
+ < table cellpadding ="0 " cellspacing ="0 " border ="0 " width ="100% ">
115
+
116
+ < tr > < td class ="lpage "> < a href ="https://phpdf.org.br/ " title ="PHPDF "> PHPDF</ a > </ td > </ tr >
117
+ </ table >
118
+ </ td >
119
+ </ tr >
120
+
121
+ </ table >
122
+
123
+ <!--
124
+ Please note:
125
+ You are not allowed to remove the copyright notice below.
126
+ Thank you!
127
+ www.xml-sitemaps.com
128
+ -->
129
+ </ div >
130
+ < div id ="footer ">
131
+ Page created with < a target ="_blank " href ="https://www.xml-sitemaps.com "> Google XML sitemap and html sitemaps generator</ a > | Copyright © 2005-2017 XML-Sitemaps.com
132
+ </ div >
133
+ </ body >
134
+
135
+ </ html >
0 commit comments