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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-- oh hey look i made a theme *high five* edit all you want really, basically everything is customizable! as long as you leave the credit intact thank you -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- default variables -->
- <meta name="color:background" content="#ffffff">
- <meta name="color:title" content ="#0e0e0e">
- <meta name="color:text" content="#3b3b3b">
- <meta name="color:tags" content="#3b3b3b">
- <meta name="color:permalink" content="#e0e0e0">
- <meta name="color:link" content="#b8b8b8">
- <meta name="color:link hover" content="#3b3b3b">
- <meta name="color:border" content="#cacaca">
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="color:scrollbar bg" content="#ffffff">
- <meta name="if:show captions" content="1"/>
- <meta name="if:bubble" content="1"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <link href='http://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps|Romanesco' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://laura-schmal.de/data/tumblr/lightbox/js/jquery-1.7.2.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-- tooltip script -->
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- CSS styling aww yeah. This is the fun part. -->
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- margin:26px 0px 0px 15px;
- text-transform:uppercase;
- font-family:helvetica;
- letter-spacing:1px;
- font-size:8px;
- color:#ffffff;
- background:#060606;
- border:0px double #ebe9e9;
- padding:5px;
- z-index:999
- }
- ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- #credit {position:fixed;
- float:right;
- opacity:0.7;
- bottom:18px;
- right:18px;
- padding:6px;
- font-size:10px;
- text-align:center;
- height:10px;
- width:10px;
- font-family:georgia;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- #credit a {color:black;}
- body {
- margin:0px;
- padding:0px;
- width:auto;
- color:{color:text};
- background:{color:background};
- }
- a:link, a, a:active, a:visited {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- cursor:help;
- }
- #con {
- position:absolute;
- left:50%;
- margin-left:-265px;
- }
- #entry {
- margin:auto;
- margin-top:-20px;
- margin-left:-20px;
- position:absolute;
- width:400px;
- font-family:sans-serif;
- font-size:12px;
- padding-bottom:130px;
- border:4px double {color:border};
- padding:80px;
- }
- .post {
- float:center;
- text-align:center;
- margin-left:-10px;
- width:400px;
- margin-bottom:120px;
- border:4px double {color:border};
- padding:6px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .post img{
- width:auto;
- max-width:400px;
- }
- .post:hover{
- box-shadow: 7px 4px 10px #b8b8b8;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- iframe.photoset {
- width:400px;
- }
- .text img{
- width:auto;
- }
- #permalinkpage {
- position:absolute;
- width:392px;
- margin-bottom:-10px;
- margin-top:50px;
- margin-left:1px;
- font-family:arial;
- font-size:9px;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:2px;
- padding:10px;
- }
- #permalinkpage a {
- margin-top:10px;
- color:{color:bottompost link};
- }
- #permalinkpage a:hover {
- color:{color:bottompost link hover};
- }
- #permalinkpage:hover #tags {
- opacity:0;
- }
- #bottompost {
- font-size:15px;
- position:absolute;
- width:392px;
- opacity:0;
- text-align:right;
- text-transform:lowercase;
- margin-left:-430px;
- padding:6px;
- margin-top:-15px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #bottompost a {
- padding-top:5px;
- color:{color:bottompost link};
- }
- #bottompost a:hover {
- color:{color:bottompost link hover};
- }
- .post:hover #bottompost {
- opacity:1;
- margin-left:-530px;
- margin-top:-15px;
- margin-bottom:10px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #tags {
- display:block;
- opacity:0;
- width:105px;
- position:absolute;
- font-family:georgia;
- font-style:italic;
- font-size:10px;
- padding:3px;
- margin-top:10px;
- margin-left:-140px;
- color:{color:tags};
- text-align:right;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #tags a {
- color:{color:tags};
- }
- #tags a:hover {
- color:{color:link hover};
- }
- .post:hover #tags {
- opacity:1;
- margin-left:-240px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- h1 {
- font-size:14px;
- text-transform:none;
- font-weight:lighter;
- padding-left:10px;
- color:{color:title};
- }
- h1 a {
- color:{color:title};
- text-transform:none;
- }
- /*SIDEBAR YO*/
- #sidebar {
- position:relative;
- margin-bottom:100px;
- text-align:justify;
- width:200px;
- margin-top:-110px;
- z-index:1;
- border-bottom:0px solid {color:Border};
- margin-left:90px;
- border:0px double {color:border};
- padding:1px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .speechbubble {
- position: relative;
- margin-top:100px;
- width: 245px;
- height: 135px;
- padding: 2px;
- margin-left:-20px;
- background:#ffffff;
- border:1px solid {color:border};
- -webkit-border-radius: 90px;
- -moz-border-radius: 90px;
- border-radius: 90px;
- }
- .speechbubble:hover {
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .speechbubble:after
- {
- content: "";
- position: absolute;
- bottom: -25px;
- left: 138px;
- border-style: solid;
- border-width: 25px 10px 0;
- border-color: #FFF transparent;
- display: block;
- width: 0;
- z-index: 1;
- }
- .speechbubble:before
- {
- content: "";
- position: absolute;
- top: 140px;
- left: 138px;
- border-style: solid;
- border-width: 25px 10px 0;
- border-color: #7F7F7F transparent;
- display: block;
- width: 0;
- z-index: 0;
- }
- #title {
- font-family:'libre baskerville';
- margin-bottom:-35px;
- margin-top:10px;
- font-style:italic;
- font-size:18px;
- color:{color:text};
- letter-spacing:1px;
- text-align:center;
- }
- #links{
- position:absolute;
- font-size:0px;
- width:280px;
- text-transform:lowercase;
- margin-top:4px;
- margin-left:-15px;
- text-align:center;
- float:right;
- }
- #links a {
- display:inline-block;
- width:9px;
- height:9px;
- background:#f4f4f4;
- margin:-6px 7px;
- border:1px solid #909090;
- border-radius:100%;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- #links a:hover {
- border:1px solid black;
- background:black;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s; }
- .description{
- font-size:12px;
- text-align:center;
- margin-top:44px;
- width:190px;
- margin-left:25px;
- margin-bottom:10px;
- }
- #pagination {
- font-family:georgia;
- font-size:10px;
- font-style:italic;
- line-height:18px;
- width:120px;
- text-align:center;
- position:absolute;
- margin-top:-10px;
- margin-left:140px;
- border:0px solid {color:border};
- color:{link};
- }
- #pagination a {
- color:{color:title};
- margin-bottom:10px;
- background:#ffffff;
- padding:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #pagination a:hover {
- color:{color:link hover};
- }
- .quote {
- font-family:sans-serif;
- font-weight:bold;
- font-size:12px;
- text-align:right;
- line-height:18px;
- padding-right:5px;
- padding-left:5px;
- padding-bottom:5px;
- }
- #source {
- text-align:left;
- padding-left:20px;
- padding-right:5px;
- }
- .audio{
- position:absolute;
- width:40px;
- margin-left:10px;
- height:40px;
- }
- .button {
- width:30px;
- height:30px;
- overflow:hidden;
- position:relative;
- opacity:0.6;
- z-index:100;
- margin:19px 18px 7px 10px;
- border-radius:100%;
- }
- .audioplayer {
- margin-left:50px;
- float:center;
- opacity:0.7;
- background-color:#ffffff;
- position:absolute;
- z-index:100;
- }
- .audioimage{
- margin-top:-50px;
- position:absolute;
- width:70px;
- height:70px;
- }
- .audioimage img{
- float:left;
- opacity:1;
- width:70px;
- }
- .audiodata {
- background-color:{color:background};
- font-size:10px;
- letter-spacing:1px;
- padding:10px;
- height:55px;
- width:305px;
- margin-left:75px;
- text-align:center;
- }
- .video {
- width:390px;
- background:#f4f4f4;
- padding:5px;
- }
- .data {
- background-color:{color:background};
- color:{color:text};
- text-transform:uppercase;
- height:10px; padding:6px 0px 5px 0px;
- width:401px;
- margin-bottom:-7px;
- margin-left:99px;
- text-align:center
- }
- .data b {
- color:{color:source};
- line-height:7px;
- }
- .caption {
- text-align:center;
- margin-top:10px;
- padding-left:10px;
- padding-right:10px;
- font-family:sans-serif;
- display:block;
- padding:3px;
- }
- .caption img {
- max-width:auto;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid {color:border};
- }
- #asker {
- padding:5px;
- font-family:georgia;
- text-align:left;
- margin-top:0px;
- font-size:11px;
- font-style:italic;
- opacity:0.8;
- }
- #asker a {
- letter-spacing:1px;
- border-bottom:0px solid {color:link};
- }
- .question {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- text-align:center;
- margin-top:8px;
- padding:2px;
- margin-left:-50px;
- margin-bottom:-10px;
- }
- .answer {
- font-family:sans-serif;
- font-size:12px;
- margin-left:2px;
- margin-top:0px;
- margin-bottom:0px;
- }
- .answer img{
- width:auto;
- }
- ol.notes {
- padding-left:13px;
- padding-bottom:2%;
- padding-top:15%;
- width:380px;
- list-style-type:none;
- text-align:center;
- }
- ol.notes li.note{
- border-bottom:1px solid {color:border};
- padding:2%;
- }
- ol.notes li.note img.avatar{
- width:0px;
- height:0px;}
- </style></head>
- {block:ifbubble}<!-- bubble effect -->
- <script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript">
- // <![CDATA[
- var colours=new Array("#bbd7db", "#6eacb5", "#bbd7db", "#6eacb5", "#bbd7db"); // colours for top, right, bottom and left borders and background of bubbles
- var bubbles=80; // maximum number of bubbles on screen
- /****************************
- * JavaScript Bubble Cursor *
- * (c) 2010 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var bubb=new Array();
- var bubbx=new Array();
- var bubby=new Array();
- var bubbs=new Array();
- window.onload=function() { if (document.getElementById) {
- var rats, div;
- for (var i=0; i<bubbles; i++) {
- rats=createDiv("3px", "3px");
- rats.style.visibility="hidden";
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.top="1px";
- div.left="0px";
- div.bottom="1px";
- div.right="0px";
- div.borderLeft="1px solid "+colours[3];
- div.borderRight="1px solid "+colours[1];
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.top="0px";
- div.left="1px";
- div.right="1px";
- div.bottom="0px"
- div.borderTop="1px solid "+colours[0];
- div.borderBottom="1px solid "+colours[2];
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.left="1px";
- div.right="1px";
- div.bottom="1px";
- div.top="1px";
- div.backgroundColor=colours[4];
- div.opacity=0.5;
- if (document.all) div.filter="alpha(opacity=50)";
- document.body.appendChild(rats);
- bubb[i]=rats.style;
- }
- set_scroll();
- set_width();
- bubble();
- }}
- function bubble() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<bubbles; c++) if (!bubby[c]) {
- bubb[c].left=(bubbx[c]=x)+"px";
- bubb[c].top=(bubby[c]=y)+"px";
- bubb[c].width="3px";
- bubb[c].height="3px"
- bubb[c].visibility="visible";
- bubbs[c]=3;
- break;
- }
- }
- for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
- setTimeout("bubble()", 40);
- }
- function update_bubb(i) {
- if (bubby[i]) {
- bubby[i]-=bubbs[i]/2+i%2;
- bubbx[i]+=(i%5-2)/5;
- if (bubby[i]>sdown && bubbx[i]>0) {
- if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
- bubb[i].width=bubbs[i]+"px";
- bubb[i].height=bubbs[i]+"px";
- }
- bubb[i].top=bubby[i]+"px";
- bubb[i].left=bubbx[i]+"px";
- }
- else {
- bubb[i].visibility="hidden";
- bubby[i]=0;
- return;
- }
- }
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sleft;
- x=(e)?e.pageX:event.x+sdown; }
- window.onresize=set_width;
- function set_width() {
- if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (typeof(self.innerHeight)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- else {
- swide=800;
- shigh=600;
- }
- }
- window.onscroll=set_scroll;
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height;
- div.style.width=width;
- div.style.overflow="hidden";
- return (div);
- }
- // ]]>
- </script>{/block:ifbubble}
- <body>
- <div id="credit"><a href="http://augustusmilverton.tumblr.com/"><img src="http://oi43.tinypic.com/11rryja.jpg"></a></div>
- <div id="con">
- <div id="entry">
- <div id="sidebar">
- <div class="speechbubble">
- <div id="title">{title}</div>
- <div class="description">
- ❝ {Description} ❞
- </div>
- <div id="links">
- {{block:ifLink1}<a href="/" title="home">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" title="message">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}" title="about">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}" title="links">{text:Link 4}</a>{/block:ifLink4} 
- {block:ifLink5}<a href="{text:Link 5 URL}" title="archive">{text:Link 5}</a>{/block:ifLink5}
- </div>
- </div>
- </div>
- {block:Posts}
- <div class="post">
- <div id="bottompost"><a href="{Permalink}">{NoteCount}</a></span><br></div>
- <center><div id="tags">{block:HasTags}{block:Tags}
- <span style="opacity:0.5;"></span><a href="/tagged/{Tag}">{Tag}.<br></a> {/block:Tags}{/block:HasTags}</div></center>
- <div class="text">{block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}</div>
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝ {Quote} ❞</div>
- {block:Source}
- <div id="source">— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}
- <div style="padding-left:5px;padding-right:5px;">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="adioplayer"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="audioimage"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audiodata"><br><font style="text-transform:lowercase">{block:TrackName}{TrackName} - {/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}</font></div>
- <br>
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-40}" align="left" style="padding:2px; border:1px dashed {color:button}"/><div class="question"><b>❝ {Question} ❞</b></div><br>
- <div class="answer" style="width:390px; text-align:center;">{Answer} </div>
- {/block:Answer}
- {block:PermalinkPage}
- <br><div id="permalinkpage">
- {block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
- <br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a>
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="notes" style="margin-top:40px;">{PostNotes}</div>
- {/block:PostNotes}
- {/block:permalinkpage}
- {/block:Posts}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">the future</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">the past</a>
- {block:NextPage}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment