Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <! theme por uncensore-d | não copie e não retire os créditos, por favor !>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
- <script>
- function bloqueio()
- {alert(mensagem);}
- document.onkeydown=bloqueio;
- </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <script language="JavaScript1.2">
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- //if IE4+
- document.onselectstart=new Function ("return false")
- //if NS6
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- </script>
- <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script><script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js"
- type="text/javascript"></script><script type="text/javascript">Cufon.replace('.cufon');</script>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
- <head> <!-- DEFAULT VARIABLES -->
- <meta name="font:body" content="verdana" />
- <meta name="font:body2" content="verdana" />
- <meta name="font:title" content="georgia" />
- <meta name="color:background" content="F3F3F3" />
- <meta name="color:text" content="#000000" />
- <meta name="color:entry" content="#FFFFFF" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#ffffff" />
- <meta name="color:scroll" content="#A577A5" />
- <meta name="color:scrollbackground" content="#F3F3F3" />
- <meta name="color:sidebarlinks" content="#000000" />
- <meta name="color:bgsidebarlinks" content="#FFFFFF" />
- <meta name="color:sidebarlinkshover" content="#000000" />
- <meta name="color:bgsidebarlinkshover" content="#F3F3F3" />
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Show Search" content="0"/>
- <meta name="image:sidebar 1" content="http://24.media.tumblr.com/tumblr_lz54h8Vtpj1rpoebho2_400.png"/>
- <meta name="image:sidebar 2" content="http://30.media.tumblr.com/tumblr_lz54h8Vtpj1rpoebho1_250.png"/>
- <meta name="image:background" content=""/>
- <meta name="text:titulo" content="title here rs" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Title" content="link" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- <script language="JavaScript1.2">
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- //if IE4+
- document.onselectstart=new Function ("return false")
- //if NS6
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- </script><script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- {/block:Description}
- <style type="text/css">
- body {background-color: {color:background};color:{color:text};font-family: verdana;font-size: 11px;text-align: center;line-height:120%;margin:0;padding:0;background-image:url('{image:background}');background-attachment: fixed} a, a:link, a:active, a:visited {color:{color:link};text-transform: none;text-decoration: none} a:hover {background-color:{color:linkhover};padding: 1px 0 1px 0;text-decoration: none} img a{border:0px;}img a:hover{border:0px;} b{text-transform: block; color:{color:bold}}i{text-transform: italic; color:{color:text}}p{margin:2px 0 2px 0}blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
- .s2 {position: fixed; text-align: center; margin-top: 46px; margin-left: 79px;}
- .s2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 108px; height: auto; background-color: {color:bgsidebarlinks}; color:{color:sidebarlinks}; text-decoration: none; padding: 2px 5px 2px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-bottom: 1px; text-transform: lowercase;}
- .s2 a:hover{text-align: center; background-color: {color:bgsidebarlinkshover}; color:{color:sidebarlinkshover};}
- #sidebarfr{
- margin-left: 0px;
- margin-top: 0px;
- width: 275px;
- float: left;
- background-color: transparent;
- padding: 0px;
- position: fixed;
- height: 18px;
- }
- .sidebarfrtext {
- margin: 3px 3px 3px 3px;
- font-family: verdana;
- font-size: 10px;
- text-align: center;
- border-left: 7px solid {color:borderfrase};
- border-right: 7px solid {color:borderfrase};
- }
- #topp {
- margin-left: 129px;
- margin-top: 24px;
- width: 775px;
- left: 0px;
- background-color: {color:sidebar};
- position: fixed;
- height: 5px;
- -webkit-border-radius: 0px 0px 0px 0px;
- border: 4px solid {color:background};
- }
- #sid2 {width: 100%; margin-left: 312px; height: 5px; margin-top: 698px; float:left; text-align: center; background-color: transparent; position:fixed; padding: 0px; -webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(-270deg);}
- #sid3 {width: 40px; margin-left: 298px; height: 5px; margin-top: 48px; float:left; text-align: center; background-color: {color:sidebar}; position:fixed; padding: 0px; -webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(-270deg);}
- #sid4 {width: 30px; margin-left: 120px; height: 5px; margin-top: 41px; float:left; text-align: center; background-color: {color:sidebar}; position:fixed; padding: 0px; -webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(-270deg);}
- #sid5 {width: 20px; margin-left: 128px; height: 5px; margin-top: 137px; float:left; text-align: center; background-color: {color:sidebar}; position:fixed; padding: 0px; -webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(-270deg);}
- #sidebarr {
- width: 2000px;
- height:49px;
- left: 0px;
- margin-top:-19px;
- padding: 5px;
- background-color: {color:background};
- text-align: center;
- position: fixed
- }
- #sidebar{
- left: 205px;
- margin-top: 66px;
- width: 145px;
- text-align: left;
- background-color: {color:sidebar};
- padding: 0px;
- position: fixed;
- height: auto;
- }
- .sidebarimg {
- overflow: hidden;
- height: auto;
- text-align: left;
- margin: 3px;
- border: 0px solid {color:boxborder};
- padding: 3px 0px 0px 3px;
- background-color: {color:sidebar};
- }
- .sidebarimg img{
- width: 132px;
- height: 168px;
- display: block;
- overflow: auto;
- margin-bottom: 3px;
- }
- #sideimg {display: block; margin-left: 236px; float: right; margin-top: 106px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
- .simg1 img {width: 182px; height: 248px; margin-bottom: 2px; border: 0px solid {color:borderimg2}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
- .simg1 img:hover {-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; opacity: 0.0;}
- #sidebardescri{
- left: 79px;
- margin-top: 148px;
- width: 110px;
- float: left;
- background-color: transparent;
- padding: 0px;
- position: fixed;
- height: 106px;
- border: 4px solid {color:sidebar};
- }
- .sidebardescri1{
- margin: 0px;
- padding: 5px;
- text-align: justify;
- font-size: 9px;
- font-family: {font:body2};
- border: 0px solid ;
- padding: 3px;
- background-color: {color:background};
- color: {color:text};
- overflow: auto;
- height: 100px;
- }
- .sidebardescri1 a{
- font-size: 9px; {font:body2};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scroll};
- height: 50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scroll};
- height: 10px;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 3px;
- background-color: {color:scrollbackground};
- }
- #container {
- background-color:transparent;
- width: 465px;
- position: absolute;
- top: 60px;
- left: 500px;
- padding-bottom: 0px
- }
- #entries {margin: 0px 0 0px 0}
- #entry {
- width: 500px;
- background-color:{color:entry};
- text-align: justify;
- padding: 20px;
- margin-left: -132px;
- margin-top: -20px;
- }
- .image{text-align: center; margin: 0 0 5px 0}
- .image img{border: 0px; margin: 0; padding: 0}
- #ask_form{width: 500px}
- .search_result{font-size: 12px; text-align: center}
- .source{display:none}
- h1{
- font-family: georgia;
- font-size:20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-align: center
- }
- h1 a{
- font-size:20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-decoration: none;
- text-align: center
- }
- .qqmarks{
- font-size: 80px;
- font-weight: bold;
- line-height: 80px;
- opacity: 0.2;
- filter:alpha (opacity=20)
- }
- .qquote{
- font-family: georgia;
- font-size: 20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- margin-top: -70px;
- margin-left: 45px
- }
- .qsource{
- margin: 5px 15px 0 10;
- text-align: right}
- .chat{
- line-height: 12px;
- list-style: none
- }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height: 20px;
- }
- .person1 {
- background-color: {color:sidebar};
- color: {color:text}
- }
- .person1 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: {color: text}
- }
- .person2 {
- background-color: {color:background};
- color: {color: text}
- }
- .person2 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: {color: text}
- }
- .audioimage{
- float:left;
- text-align: center;
- margin: 0 10px 5px 0;
- width: 205px;
- border: 15px solid {color:background};
- }
- .audioimage img{
- max-width: 205px;
- height: auto;
- margin: 0 0 2px 0
- }
- .playcount {font-style: italic}
- .asker {
- width: 480px;
- background-color: {color:background};
- color:{color:text};
- padding: 10px
- }
- .asker img{
- float: left;
- margin: 0px 4px 2px 0
- }
- .asker a{
- font-size: 20px;
- color:{color:link};
- text-transform: lowercase;
- line-height: 27px;
- padding: 0; margin: 0;
- font-family: georgia;
- }
- .asker a:hover{
- font-size: 20px;
- color:{color:link};
- text-transform: lowercase;
- line-height:27px;
- padding: 0;
- margin: 0;
- font-family: georgia;
- }
- .answer {padding: 5px 0 0 0}
- #cap {
- padding: 2px 0 0 0;
- width: 500px;
- margin: 0 0 0 5px
- }
- .info {
- margin-top: 10px;
- border-left: 0px solid {color:sidebarlinks};
- padding: 5px;
- background-color: {color:background};
- text-align: center;
- font-size: 9px;
- font-family: verdana;
- text-transform: lowercase;
- }
- .info a {font-size: 9px;}
- .info2 {
- padding: 2px;
- border-bottom: 1px dotted {color:background};
- text-align: right;
- }
- .tags {
- color: {color:text};
- font-size: 9px;
- font-family: verdana;
- display: inline;
- list-style: none;
- text-transform: none;
- }
- .tags a {
- font-size: 9px;
- color: {color:text};
- display: inline;
- list-style: none;
- text-transform: none;
- }
- #nts {
- width: 500px;
- margin-left: -292px;
- padding: 10px;
- margin-top: 5px;
- font-size: 10px;
- text-align: left
- }
- #nts img{display: none; border:0px}
- #clear{
- clear: both;
- width: 50px;
- height: 0px;
- background-color: transparent
- }
- #prevnextlinks{
- text-align: center;
- width: 500px;
- background-color:{color:entry};
- padding: 7px 20px 7px 20px;
- margin: 0 0 2px 0;
- font-size: 10px
- }
- #notes {
- width: 500px;
- margin: 0px;
- margin-left: -132px;
- padding: 5px;
- text-align: left
- }
- ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
- ol.notes li {margin: 0px; padding: 2px;}
- #notes img{border:0px}
- #notes a{font-size: 10px}
- .titled:hover{margin-top:-95px;}
- .describe{ margin-top:80px; font:18px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
- #clear{width: 500px; height: 30px}
- #tumblr_controls{position: fixed!important}
- .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
- div#credit{font-size: 8px; background-color: {color:sidebar}; font-weight: normal; letter-spacing: 1px; color: {color:link}; text-align: center; width:10px; height:12px; position: fixed; padding-top: 2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: -10px; font-family: georgia; margin-top: 258px; margin-left: 79px;}
- #titulo{position: fixed; margin-left: 190px; width: 131px; height: 5px; background-color: transparent; padding: 7px; margin-top: 46px; opacity:1; line-height: 10px;}
- .ttle {margin-top: -4px; text-align: center; font-family: 'Amatic SC', cursive; text-transform: normal; font-size: 14px; color: {color:text}; letter-spacing: 0px; font-weight: normal; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
- #pagina{margin-left: 205px; margin-top: 244px; width: 145px; float: left; background-color: {color:sidebar}; position: fixed; height: auto; display: block; padding-left:-3px; }
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 9px; line-height: 18px;}
- #paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 0px 3px; color: {color:link}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #paginacaoml a:hover {color: {color:link}; background-color: {color:sidebar}; border: none; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; padding: 0px 3px;}
- #paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 0px 3px; color: {color:link}; font-weight: bold; text-decoration: none;}
- #paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 0px 3px; color: #cor da fonte; text-decoration: none;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
- </head>
- <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
- <div id="container">
- <div id="entries">
- {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
- <script type="text/javascript"
- src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
- {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
- {block:Photoset}{Photoset-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
- {block:Source}<div class="qsource">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerWhite}
- <div class="playcount">{PlayCountWithLabel}</div>
- <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
- <div class="answer">{Answer}</div>
- <br>
- {/block:Answer}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div>
- <div id="clear"></div>
- <div class="info">
- {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
- </div></div>
- {/block:Posts}
- {block:PostNotes}
- <div id="nts"><div id="ntstext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- <div id="sidebarr"></div>
- <div id="sidebardescri"><div class="sidebardescri1">{block:Description}{Description}{/block:Description}</div>
- <center><div id="sidebarfr">
- <div class="sidebarfrtext">{block:iffrase3}{text:frase3}{/block:iffrase3}
- </div>
- </div></center>
- </div>
- <div id="sidebar">
- <div class="sidebarimg">
- <img src="{image:sidebar 1}"/>
- </div>
- </div>
- </div></div>
- <div id="topp">
- </div>
- <div id="sid5">
- </div>
- <div id="sid4">
- </div>
- <div id="sid3">
- </div>
- <div id="sid2">
- </div>
- <div id="frase1"> <div id="frasea1"></div></div> <div id="frase2"> <div id="frasea2"></div></div>
- </div>
- </div></div>
- </div>
- </div>
- <div id="credit"><a href="http:/uncensore-d.tumblr.com">©</a></div>
- <div id="titulo"><div class="ttle">{text:titulo}</div></div>
- <div id="pagina">
- <div id="paginacaoml"> <center>{block:Pagination}{/block:Pagination}{block:JumpPagination length="8"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{/block:Pagination}</center></div></div>
- <div>
- <div class="s2">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment