Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head><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:text" content="#333333"/>
- <meta name="color:links" content="#5b5b5b"/>
- <meta name="color:links hover" content="#c9c9c9"/>
- <meta name="color:scrollbar bg" content="#ffffff"/>
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="select:post width" content="300" title="350px">
- <meta name="select:post width" content="350" title="300px">
- <meta name="select:photoset space" content="2" title="2px">
- <meta name="select:photoset space" content="3" title="3px">
- <meta name="image:sidebar image" content=""/>
- <meta name="image:background image" content=""/>
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 1 url" content=" ">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 2 url" content=" ">
- <meta name="if:show link 1" content="1" />
- <meta name="if:show link 2" content="1" />
- <meta name="if:show sidebar image" content="1" />
- <!------------------------TOOLTIPS SCRIPT--------------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/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>
- <!-------------------------------------------------------------------->
- <script type="text/javascript">
- /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = {select:post width};
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- <style type="text/css">
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- /*----------tooltips---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border:1px solid #eeeeee;
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- font-weight:lighter;
- letter-spacing:2px;
- font-family:helvetica;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- /*----------scrollbar---------*/
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px!important
- }
- /*----------basics---------*/
- body {
- background:{color:background} url({image:background image}) repeat right top fixed;
- color:{color:text};
- font-family:arial;
- line-height:15px;
- font-size:10px;
- margin:0;
- text-align:left;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid;
- border-color:#eeeeee;
- margin:10px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- color: {color:links hover};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:11px;
- font-weight:bold;
- }
- /*----------posts---------*/
- .container {
- left:50%;
- width:800px;
- position:absolute;
- }
- .posts {
- {block:IndexPage}
- margin-bottom:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:40px;
- {/block:PermalinkPage}
- width:400px;
- padding-bottom:70px;
- }
- .entries {
- margin-left:530px;
- width:400px;
- margin-top:90px;
- margin-bottom:50px;
- }
- .posts img, .posts li, .posts blockquote {
- max-width: 100%;
- }
- .posts li {
- list-style: square;
- }
- blockquote img {
- max-width:320px!important;
- }
- /*----------post info---------*/
- .info {
- border-top:1px solid #eeeeee;
- padding-top:15px;
- font-size:8px;
- width:130px;
- float:left;
- letter-spacing:1px;
- margin-top:15px;
- }
- .viasrc {
- border-top:1px solid #eeeeee;
- padding-top:15px;
- font-size:8px;
- width:50px;
- z-index:99999;
- float:right;
- text-align:right;
- letter-spacing:1px;
- margin-top:15px;
- font-weight:bold;
- }
- .tags {
- margin-top:60px;
- font-size:8px;
- width:350px;
- position:absolute;
- letter-spacing:1px;
- font-style:italic;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;}
- }
- .tags a {
- margin-right:8px;
- padding-bottom:1px;
- border:1px solid #fff;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- .tags a:hover {
- border-bottom:1px solid #878787;
- color:#878787;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;}
- }
- /*----------post notes---------*/
- ol.notes {
- padding:0px;
- margin:25px 0px 0px -10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*----------sidebar---------*/
- .sidebar {
- width:300px;
- position:fixed;
- height:50%;
- width:50px;
- margin-left:-475px;
- margin-top:100px;
- text-align:justify;}
- .sidebarimage {
- width:200px;
- position:fixed;
- display:block;
- margin-left:2px;
- cursor:help;
- }
- .sidebarimage img {
- width:170px;
- margin-top:20px;
- margin-left:-7px;
- position:fixed;
- border:7px solid white;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .stitle {
- font-size:15px;
- text-align:center;
- width:60px;
- margin-left:-45px;
- font-family: 'Cousine', sans-serif;
- text-transform:lowercase;
- margin-top:133px;
- font-style:italic;
- font:#fff;
- position:fixed;
- letter-spacing:4px;
- -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- -ms-transform: rotate(-90deg); /* IE 9 */
- -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
- transform: rotate(-90deg);
- }
- .stitle a {
- color:#8c8c8c;
- -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- .description {
- width:170px;
- text-align:center;
- padding:15px;
- margin-left:-14px;
- font-size:9px;
- padding-top:30px;
- position:fixed;
- padding-bottom:20px;
- background:#fff;
- margin-top:180px;
- letter-spacing:0.5px;
- border-left:1px solid #bfbfbf;
- }
- #links {
- font-family: 'Cousine', sans-serif;
- font-weight:bold;
- font-style:italic;
- font-size:8px;
- color:#575757;
- letter-spacing:3px;
- width:200px;
- padding:0px;
- position:fixed;
- margin-top:262px;
- margin-left:10px;
- text-decoration:none;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;}
- #links a {
- padding:2px;
- margin:5 -3;
- color:#575757;
- border-bottom:1px solid transparent;
- text-decoration:none;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #links a:hover {
- color:#000;
- border-bottom:1px solid #000;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #pagination {
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- font-size:8px;
- text-align:center;
- margin-top:0px;
- padding-top:0px;
- padding-bottom:55px;
- }
- #pagination a {
- font-weight:bold;
- letter-spacing:1px;
- font-family:{text:font family body};
- font-size:8px;
- }
- /*----------quotes---------*/
- .quote {
- text-transform:uppercase;
- font-size:12px;
- font-weight:bold;
- text-align:center;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- }
- /*----------chat---------*/
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- background:#fafafa;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .line.even {
- background:#ffffff;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:links};
- }
- /*----------questions---------*/
- .question {
- background:#ededed;
- padding:20px;
- margin-left:0px;
- border-left:1px solid #eee;
- }
- .asker {
- text-transform:lowercase;
- letter-spacing:0.5px;
- }
- .answer {
- padding:10px;
- margin-top:5px;
- background:{color:caption bg};
- border-left:0px solid {color:borders};
- }
- .pic {
- border:2px solid #fff;
- background:#ccc;
- padding:3px;
- float:left;
- margin-left:0px;
- margin-right:10px;
- display:inline-block;
- position:relative;
- }
- .pic img {
- width:30px;
- height:30px;
- vertical-align:middle;
- position:relative;
- }
- /*----------audio---------*/
- .playerbutton {
- position:relative;
- width:30px;
- height:35px;
- overflow:hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top:-7px;
- left:2px;
- }
- .tumblr_audio_player {
- height:50px;
- width:500px;
- }
- .playerbuttonbg {
- position:absolute;
- width:35px;
- height:35px;
- background-color:#e4e4e4;
- padding:10px;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:70px;
- font-size:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding:5px;
- line-height:15px;
- }
- .audiowrapper {
- position:relative;
- display:inline-block;
- }
- .video {
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 30px;
- height: 0;
- overflow: hidden;
- }
- .video iframe,
- .video object,
- .video embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /*----------credit---------*/
- .credit {
- font-size:8px;
- position:fixed;
- font-weight:bold;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:1px;
- padding:2px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- /* updates tab */
- #updates { /* entire updates tab */
- top:15px;
- left:20px;
- position:fixed;
- background-color:transparent;
- width:120px;
- z-index:9999;
- padding:4px;
- }
- #tab001, #tab002, #tab003, #tab004 { /* individual tab */
- padding:5px;
- margin-top:5px;
- height:14px;
- text-align:center;
- overflow:hidden;
- margin-top:1px1px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- line-height:10px;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #box001, #box002, #box003, #box004 { /* styling for the hover boxes */
- margin-top:5px;
- width:12px;
- height:12px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #body001, #body002, #body003, #body004 { /* text styling */
- color:#2e2e2e;
- text-align:left;
- line-height:150%;
- font-family:Arial; /* change the font here */
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:1px;
- margin-left:20px;
- padding-top:10px;
- }
- #tab001:hover #box001, #tab002:hover #box002, #tab003:hover #box003, #tab004:hover #box004 { /* box rotation transition */
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- /* box colors */
- /* change the color of each box here! */
- #box001 {
- background-color:#b3b3b3;
- }
- #box002 {
- background-color:#ccc;
- }
- #box003 {
- background-color:#e6e6e6;
- }
- #box004 {
- background-color:#f2f2f2;
- }
- /* tab opening */
- /* change the heights of each tab here. make sure it fits the length of your text exactly, otherwise it'll get cut off! */
- #tab001:hover{
- height:335px;
- }
- #tab002:hover {
- height:310px;
- }
- #tab003:hover {
- height:200px;
- }
- #tab004:hover {
- height:205px;
- }
- /* end updates tab */
- </style>
- </head>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:photoset space}px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <body>
- <div class="container">
- <div class="credit">
- <a title="theme" href="http://quidittch.tumblr.com/" target="_blank">KS</a> / <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5095743";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script></div>
- <div class="sidebar">
- <div class="description"><a href="/about">Karli;</a> The moment you doubt whether you can fly, you cease for ever to be able to do it.</div>
- <div id="links">
- <a href="/">index</a>
- <a href="/ask">mssg</a>
- <a href="/navi">navi</a>
- <a href="/blogroll">broll</a>
- </div>
- <div class="stitle">
- <a href="/">constellations</a>
- </div>
- <div class="sidebarimage"><img src="{image:Sidebar Image}"/></div>
- </div></div></div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
- {/block:Photos}</div>
- {block:Caption}<div class="phcaption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {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>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbuttonbg">
- <div class="playerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerGrey}
- </div></div></div>
- <div class="trackdetails">
- {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">
- {Video-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="pic"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a></div>
- <div class="asker"><b>{Asker} said:</b></div>
- {Question}</div><p>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <div class="info">
- {block:Date}
- <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
- {/block:Date}/
- <a href="{Permalink}">{NoteCount}</a>
- <b><a href="{ReblogURL}" target="_blank" class="details">/ reblog</a></b>
- </div>
- <div class="viasrc">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {block:HasTags}
- <div class="tags"><b>#</b>:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" style="float:left;">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" style="float:right">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <!-- updates tab -->
- <div id="updates">
- <!--- tab 1 --->
- <div id="tab001"><div id="box001"></div>
- <div id="body001">
- <b>About</b><br>
- <a href="/about">+Karli</a>/17/leo she,her/gryffindor
- <br> This is a multifandom blog!Fandoms are<a href="/fandoms">here</a>!
- <br> Previously leovaldezaf!and hephaestues!<br>
- <a href="http://quidittch.tumblr.com/tagged/mine">Check out my creations!</a>
- <br> <a href="/fanfam">Check out my fandom family!</a>
- <br> <br>
- <b>BOTM</b>
- <br> Winner: leviohhsa <br>
- Runner-Ups: gryffindro kevinsday <br>
- HM: slythierins jehaanly reneevalker ghxstczerny
- </div></div>
- <!--- tab 2 --->
- <div id="tab002"><div id="box002"></div>
- <div id="body002">
- <center>• Reading •</center>
- Trialls of Apollo
- <br>Fangirl
- <br>
- <center>• Watching •</center>
- Game of Thrones (s2)
- <br>Food Network
- <br>Girl Meets World (s3)
- <br>
- <center>• Listening To •</center>
- Hamilton Soundtrack
- <br>a bunch of oldies
- </div></div>
- <!--- tab 3 --->
- <div id="tab003">
- <div id="box003"></div> <div id="body003">
- <b>networks</b><br>
- <a href="http://blueseynw.tumblr.com/members">Bluesey Network (admin)</a>
- <br>
- <a href="http://jamesdrug.co.vu/heroesofolympusnetwork">Heroes of Olympus Network</a>
- <br>
- <a href="http://fourhousesnet.tumblr.com/members">Four Houses Net</a>
- <br>
- <a href="http://tumblr.com/">Pynch Trash Net</a>
- <br>
- <a href="http://safeplacenet.tumblr.com/">Safe Place Net</a>
- <br>
- <a href="http://julianblackthorn.co.vu/theravenboysnw#_=_">The Raven Boys Net</a>
- </div></div>
- <!--- tab 4 --->
- <div id="tab004">
- <div id="box004"></div> <div id="body004">
- <b>stats</b><br>
- <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5095739";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=lovely&e2=lovelies&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script>
- <br>
- <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3020924";
- fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script>
- <br>
- <script language="JavaScript" src="http://freehostedscripts.net/clock.php?id=c2"></script>
- </div></div>
- </div>
- <!-- end updates tab -->
- </body>
- </div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment