Fixed the namespace and class icon issue and updated the Doxygen file.
This commit is contained in:
parent
274b9331f0
commit
8b7ac65aa3
2402
doc/doxyfile.in
2402
doc/doxyfile.in
File diff suppressed because it is too large
Load Diff
415
doc/doxygen.css
415
doc/doxygen.css
@ -2,8 +2,7 @@
|
||||
|
||||
/* @group Heading Levels */
|
||||
|
||||
div.contents .textblock h1
|
||||
{
|
||||
div.contents .textblock h1 {
|
||||
text-align: left;
|
||||
font-size: 20pt;
|
||||
font-weight: normal;
|
||||
@ -69,8 +68,7 @@ h3.version {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.qindex
|
||||
{
|
||||
div.qindex {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
@ -108,15 +106,13 @@ dl.el {
|
||||
margin-left: -1cm;
|
||||
}
|
||||
|
||||
a.el
|
||||
{
|
||||
a.el {
|
||||
padding: 1px;
|
||||
text-decoration: none;
|
||||
color: #577E25;
|
||||
}
|
||||
|
||||
a.el:hover
|
||||
{
|
||||
a.el:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@ -136,7 +132,7 @@ pre.fragment {
|
||||
padding: 0.5em 1em;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #bbb;
|
||||
.border-radius(5px);
|
||||
border-radius(5px);
|
||||
}
|
||||
|
||||
div.fragment {
|
||||
@ -154,7 +150,7 @@ div.fragment {
|
||||
padding: 0.5em 1em;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #bbb;
|
||||
.border-radius(5px);
|
||||
border-radius(5px);
|
||||
}
|
||||
|
||||
div.line {
|
||||
@ -169,6 +165,7 @@ div.line {
|
||||
padding-left: 53px;
|
||||
padding-bottom: 0px;
|
||||
margin: 0px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
span.lineno {
|
||||
@ -643,13 +640,11 @@ address {
|
||||
color: #2A3D61;
|
||||
}
|
||||
|
||||
table table
|
||||
{
|
||||
table table {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.memitem table table
|
||||
{
|
||||
.memitem table table {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@ -728,13 +723,11 @@ table.fieldtable {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.navpath
|
||||
{
|
||||
.navpath {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navpath ul
|
||||
{
|
||||
.navpath ul {
|
||||
font-size: 11px;
|
||||
height:30px;
|
||||
line-height:30px;
|
||||
@ -745,8 +738,7 @@ table.fieldtable {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
.navpath li
|
||||
{
|
||||
.navpath li {
|
||||
list-style-type:none;
|
||||
float:left;
|
||||
padding-left:10px;
|
||||
@ -754,8 +746,7 @@ table.fieldtable {
|
||||
color:#364D7C;
|
||||
}
|
||||
|
||||
.navpath li.navelem a
|
||||
{
|
||||
.navpath li.navelem a {
|
||||
height:32px;
|
||||
display:block;
|
||||
text-decoration: none;
|
||||
@ -766,13 +757,11 @@ table.fieldtable {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navpath li.navelem a:hover
|
||||
{
|
||||
.navpath li.navelem a:hover {
|
||||
color:#6884BD;
|
||||
}
|
||||
|
||||
.navpath li.footer
|
||||
{
|
||||
.navpath li.footer {
|
||||
list-style-type:none;
|
||||
float:right;
|
||||
padding-left:10px;
|
||||
@ -785,109 +774,91 @@ table.fieldtable {
|
||||
}
|
||||
|
||||
|
||||
div.summary
|
||||
{
|
||||
float: right;
|
||||
div.summary {
|
||||
font-size: 8pt;
|
||||
padding-right: 5px;
|
||||
width: 50%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.summary a
|
||||
{
|
||||
div.summary a {
|
||||
white-space: nowrap;
|
||||
padding: 1px;
|
||||
text-decoration: none;
|
||||
color: #577E25;
|
||||
}
|
||||
|
||||
div.summary a:hover
|
||||
{
|
||||
div.summary a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.ingroups
|
||||
{
|
||||
div.ingroups {
|
||||
font-size: 8pt;
|
||||
width: 50%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.ingroups a
|
||||
{
|
||||
div.ingroups a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.header
|
||||
{
|
||||
div.header {
|
||||
width: 950px;
|
||||
margin: 2em auto;
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
|
||||
dl
|
||||
{
|
||||
dl {
|
||||
padding: 0 0 0 10px;
|
||||
}
|
||||
|
||||
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
|
||||
dl.section
|
||||
{
|
||||
dl.section {
|
||||
margin-left: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
dl.note
|
||||
{
|
||||
dl.note {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
border-color: #D0C000;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention
|
||||
{
|
||||
dl.warning, dl.attention {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
border-color: #FF0000;
|
||||
}
|
||||
|
||||
dl.pre, dl.post, dl.invariant
|
||||
{
|
||||
dl.pre, dl.post, dl.invariant {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
border-color: #00D000;
|
||||
}
|
||||
|
||||
dl.deprecated
|
||||
{
|
||||
dl.deprecated {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
border-color: #505050;
|
||||
}
|
||||
|
||||
dl.todo
|
||||
{
|
||||
dl.todo {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
border-color: #00C0E0;
|
||||
}
|
||||
|
||||
dl.test
|
||||
{
|
||||
dl.test {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
border-color: #3030E0;
|
||||
}
|
||||
|
||||
dl.bug
|
||||
{
|
||||
dl.bug {
|
||||
margin-left:-7px;
|
||||
padding-left: 3px;
|
||||
border-left:4px solid;
|
||||
@ -899,69 +870,58 @@ dl.section dd {
|
||||
}
|
||||
|
||||
|
||||
#projectlogo
|
||||
{
|
||||
#projectlogo {
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
#projectlogo img
|
||||
{
|
||||
#projectlogo img {
|
||||
border: 0px none;
|
||||
}
|
||||
|
||||
#projectname
|
||||
{
|
||||
#projectname {
|
||||
font: 300% Tahoma, Arial,sans-serif;
|
||||
margin: 0px;
|
||||
padding: 2px 0px;
|
||||
}
|
||||
|
||||
#projectbrief
|
||||
{
|
||||
#projectbrief {
|
||||
font: 120% Tahoma, Arial,sans-serif;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#projectnumber
|
||||
{
|
||||
#projectnumber {
|
||||
font: 50% Tahoma, Arial,sans-serif;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#titlearea
|
||||
{
|
||||
#titlearea {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #5373B4;
|
||||
}
|
||||
|
||||
.image
|
||||
{
|
||||
.image {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dotgraph
|
||||
{
|
||||
.dotgraph {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mscgraph
|
||||
{
|
||||
.mscgraph {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.caption
|
||||
{
|
||||
.caption {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.zoom
|
||||
{
|
||||
div.zoom {
|
||||
border: 1px solid #90A5CE;
|
||||
}
|
||||
|
||||
@ -1054,8 +1014,7 @@ tr.heading h2 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
@media print {
|
||||
#top { display: none; }
|
||||
#side-nav { display: none; }
|
||||
#nav-path { display: none; }
|
||||
@ -1063,8 +1022,8 @@ tr.heading h2 {
|
||||
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
|
||||
.summary { display: none; }
|
||||
.memitem { page-break-inside: avoid; }
|
||||
#doc-content
|
||||
{
|
||||
|
||||
#doc-content {
|
||||
margin-left:0 !important;
|
||||
height:auto !important;
|
||||
width:auto !important;
|
||||
@ -1105,8 +1064,7 @@ tr.heading h2 {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#navrow1
|
||||
{
|
||||
#navrow1 {
|
||||
border-top: 1px solid #999;
|
||||
margin-top: 2em;
|
||||
}
|
||||
@ -1131,16 +1089,14 @@ tr.heading h2 {
|
||||
|
||||
|
||||
/* SFML css */
|
||||
body
|
||||
{
|
||||
body {
|
||||
font-family: 'Ubuntu', 'Arial', sans-serif;
|
||||
line-height: 140%;
|
||||
margin: 0 0 2em 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#banner-container
|
||||
{
|
||||
#banner-container {
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
border-top: 2px solid #999;
|
||||
@ -1148,8 +1104,7 @@ body
|
||||
background-color: rgb(140, 200, 65);
|
||||
}
|
||||
|
||||
#banner
|
||||
{
|
||||
#banner {
|
||||
width: 950px;
|
||||
height: 60px;
|
||||
line-height: 54px;
|
||||
@ -1157,8 +1112,7 @@ body
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#banner #sfml
|
||||
{
|
||||
#banner #sfml {
|
||||
display: inline;
|
||||
vertical-align: top;
|
||||
margin-left: 15px;
|
||||
@ -1167,16 +1121,14 @@ body
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
|
||||
}
|
||||
|
||||
#footer-container
|
||||
{
|
||||
#footer-container {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
margin-top: 50px;
|
||||
border-top: 1px solid #999;
|
||||
}
|
||||
|
||||
#footer
|
||||
{
|
||||
#footer {
|
||||
width: 950px;
|
||||
margin: 10px auto;
|
||||
text-align: center;
|
||||
@ -1184,27 +1136,23 @@ body
|
||||
color: #555;
|
||||
}
|
||||
|
||||
#footer a
|
||||
{
|
||||
#footer a {
|
||||
padding: 1px;
|
||||
text-decoration: none;
|
||||
color: rgb(70, 100, 30);
|
||||
}
|
||||
|
||||
#footer a:hover
|
||||
{
|
||||
#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.contents, #content
|
||||
{
|
||||
div.contents, #content {
|
||||
width: 950px;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.contents h1
|
||||
{
|
||||
div.contents h1 {
|
||||
color: #333;
|
||||
padding: 0.5em 0;
|
||||
margin-top: 30px;
|
||||
@ -1214,8 +1162,7 @@ div.contents h1
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.contents h2
|
||||
{
|
||||
div.contents h2 {
|
||||
font-size: 20pt;
|
||||
font-weight: normal;
|
||||
margin-top: 1.5em;
|
||||
@ -1223,38 +1170,32 @@ div.contents h2
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
|
||||
div.contents h3
|
||||
{
|
||||
div.contents h3 {
|
||||
font-size: 16pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.contents p
|
||||
{
|
||||
div.contents p {
|
||||
color: #333;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
div.contents a, #content a
|
||||
{
|
||||
div.contents a, #content a {
|
||||
padding: 1px;
|
||||
text-decoration: none;
|
||||
color: rgb(70, 100, 30);
|
||||
}
|
||||
|
||||
div.contents a:hover, #content a:hover
|
||||
{
|
||||
div.contents a:hover, #content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.contents code
|
||||
{
|
||||
div.contents code {
|
||||
font-size: 11pt;
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
}
|
||||
|
||||
div.contents pre code
|
||||
{
|
||||
div.contents pre code {
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
font-size: 10pt;
|
||||
padding: 0.5em 1em;
|
||||
@ -1262,17 +1203,241 @@ div.contents pre code
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
|
||||
div.contents ul
|
||||
{
|
||||
div.contents ul {
|
||||
list-style-type: square;
|
||||
list-style-position: outside;
|
||||
margin: 0 0 0 1.5em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.contents ul li
|
||||
{
|
||||
div.contents ul li {
|
||||
color: #333;
|
||||
margin: 0 0 0.3em 0;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
font-family: Arial, Helvetica;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
height: 14px;
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
background-color: #8cc445;
|
||||
color: white;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.icona {
|
||||
width: 24px;
|
||||
height: 22px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.iconfopen {
|
||||
width: 24px;
|
||||
height: 18px;
|
||||
margin-bottom: 4px;
|
||||
background-image:url('ftv2folderopen.png');
|
||||
background-position: 0px -4px;
|
||||
background-repeat: repeat-y;
|
||||
vertical-align:top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.iconfclosed {
|
||||
width: 24px;
|
||||
height: 18px;
|
||||
margin-bottom: 4px;
|
||||
background-image:url('ftv2folderclosed.png');
|
||||
background-position: 0px -4px;
|
||||
background-repeat: repeat-y;
|
||||
vertical-align:top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.icondoc {
|
||||
width: 24px;
|
||||
height: 18px;
|
||||
margin-bottom: 4px;
|
||||
background-image:url('ftv2doc.png');
|
||||
background-position: 0px -4px;
|
||||
background-repeat: repeat-y;
|
||||
vertical-align:top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* tooltip related style info */
|
||||
|
||||
.ttc {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#powerTip {
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
background-color: white;
|
||||
border: 1px solid gray;
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
box-shadow: 1px 1px 7px gray;
|
||||
display: none;
|
||||
font-size: smaller;
|
||||
max-width: 80%;
|
||||
opacity: 0.9;
|
||||
padding: 1ex 1em 1em;
|
||||
position: absolute;
|
||||
z-index: 2147483647;
|
||||
}
|
||||
|
||||
#powerTip div.ttdoc {
|
||||
color: grey;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#powerTip div.ttname a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#powerTip div.ttname {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#powerTip div.ttdeci {
|
||||
color: #006318;
|
||||
}
|
||||
|
||||
#powerTip div {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font: 12px/16px Roboto,sans-serif;
|
||||
}
|
||||
|
||||
#powerTip:before, #powerTip:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#powerTip.n:after, #powerTip.n:before,
|
||||
#powerTip.s:after, #powerTip.s:before,
|
||||
#powerTip.w:after, #powerTip.w:before,
|
||||
#powerTip.e:after, #powerTip.e:before,
|
||||
#powerTip.ne:after, #powerTip.ne:before,
|
||||
#powerTip.se:after, #powerTip.se:before,
|
||||
#powerTip.nw:after, #powerTip.nw:before,
|
||||
#powerTip.sw:after, #powerTip.sw:before {
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#powerTip.n:after, #powerTip.s:after,
|
||||
#powerTip.w:after, #powerTip.e:after,
|
||||
#powerTip.nw:after, #powerTip.ne:after,
|
||||
#powerTip.sw:after, #powerTip.se:after {
|
||||
border-color: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
#powerTip.n:before, #powerTip.s:before,
|
||||
#powerTip.w:before, #powerTip.e:before,
|
||||
#powerTip.nw:before, #powerTip.ne:before,
|
||||
#powerTip.sw:before, #powerTip.se:before {
|
||||
border-color: rgba(128, 128, 128, 0);
|
||||
}
|
||||
|
||||
#powerTip.n:after, #powerTip.n:before,
|
||||
#powerTip.ne:after, #powerTip.ne:before,
|
||||
#powerTip.nw:after, #powerTip.nw:before {
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
|
||||
border-top-color: #ffffff;
|
||||
border-width: 10px;
|
||||
margin: 0px -10px;
|
||||
}
|
||||
#powerTip.n:before {
|
||||
border-top-color: #808080;
|
||||
border-width: 11px;
|
||||
margin: 0px -11px;
|
||||
}
|
||||
#powerTip.n:after, #powerTip.n:before {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
#powerTip.nw:after, #powerTip.nw:before {
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
#powerTip.ne:after, #powerTip.ne:before {
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
#powerTip.s:after, #powerTip.s:before,
|
||||
#powerTip.se:after, #powerTip.se:before,
|
||||
#powerTip.sw:after, #powerTip.sw:before {
|
||||
bottom: 100%;
|
||||
}
|
||||
|
||||
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
|
||||
border-bottom-color: #ffffff;
|
||||
border-width: 10px;
|
||||
margin: 0px -10px;
|
||||
}
|
||||
|
||||
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
|
||||
border-bottom-color: #808080;
|
||||
border-width: 11px;
|
||||
margin: 0px -11px;
|
||||
}
|
||||
|
||||
#powerTip.s:after, #powerTip.s:before {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
#powerTip.sw:after, #powerTip.sw:before {
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
#powerTip.se:after, #powerTip.se:before {
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
#powerTip.e:after, #powerTip.e:before {
|
||||
left: 100%;
|
||||
}
|
||||
#powerTip.e:after {
|
||||
border-left-color: #ffffff;
|
||||
border-width: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
}
|
||||
#powerTip.e:before {
|
||||
border-left-color: #808080;
|
||||
border-width: 11px;
|
||||
top: 50%;
|
||||
margin-top: -11px;
|
||||
}
|
||||
|
||||
#powerTip.w:after, #powerTip.w:before {
|
||||
right: 100%;
|
||||
}
|
||||
#powerTip.w:after {
|
||||
border-right-color: #ffffff;
|
||||
border-width: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
}
|
||||
#powerTip.w:before {
|
||||
border-right-color: #808080;
|
||||
border-width: 11px;
|
||||
top: 50%;
|
||||
margin-top: -11px;
|
||||
}
|
@ -1,7 +1,8 @@
|
||||
</div>
|
||||
<div id="footer-container">
|
||||
<div id="footer">
|
||||
Copyright © Laurent Gomila ::
|
||||
SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
|
||||
Copyright © Laurent Gomila ::
|
||||
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
|
||||
</div>
|
||||
</div>
|
@ -2,9 +2,12 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>SFML - Simple and Fast Multimedia Library</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
<meta http-equiv="Content-Type" content="text/html;"/>
|
||||
<meta charset="utf-8"/>
|
||||
<!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
||||
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="banner-container">
|
Loading…
Reference in New Issue
Block a user