Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- breathless
- @odeysseus
- - credits @ odeysseus.tumblr.com/credit
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>{Title}</title>
- <!--metas-->
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:accent" content="#bebcbc"/>
- <meta name="if:hide caption" content="0"/>
- <meta name="if:load more" content="1"/>
- <meta name="if:show tags" 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=""/>
- <meta name="text:post width" content="350px"/>
- <meta name="text:font" content="Verdana"/>
- <meta name="text:font size" content="10px"/>
- <meta name="text:about" content="this is where your popup about text goes!"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <!--font-->
- <link href='https://fonts.googleapis.com/css?family={text:font}:300,300italic,400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <!--videos-->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <style type="text/css">
- * { margin:0;padding:0; }
- @-webkit-keyframes fadein {
- 0% {opacity: 0;}
- 100% { opacity: 1; }
- }
- @-moz-keyframes fadein {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
- }
- @keyframes fadein {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
- }
- ::-webkit-scrollbar{
- height:3px;
- width:3px;
- background:#fff;
- }
- ::-webkit-scrollbar-thumb {background:#fff;}
- ::-webkit-scrollbar-track {background:#eee;};}
- ::-moz-selection{ background: #eee; color:#777;}
- ::selection { background:#eee; color:#777; }
- .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;transform:scale(0.7,0.7);transform-origin:right top; } .tmblr-iframe:hover { opacity:1; }
- #s-m-t-tooltip{
- position:absolute;
- margin:15px;
- font-size:8px;
- max-width:250px;text-transform:uppercase;letter-spacing:.5px;
- z-index:999999999999999;
- border-bottom:1px solid #eee;
- padding:2px 5px 0px;
- border-radius:2px;
- background:#fff;
- }
- blockquote { padding:0px 0px 0px 10px;margin:0px 0px 0px 10px;border-left:2px solid #eee;}
- pre {
- white-space: pre-wrap; /* CSS 3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- color:#666;
- padding:10px;
- background:#f8f8f8;
- font-family:'Inconsolata',monospace;
- }
- body {
- background:#fafafa;
- color:{color:text};
- font-family:'{text:font}',sans-serif;
- font-weight:400;
- font-size:{text:font size};
- text-align:left;
- line-height:180%;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:{color:accent};
- text-decoration:none;
- transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -moz-transition:0.2s ease-in-out;
- }
- a:hover { text-decoration:none;color:#333;}
- b,strong { font-weight:600;color:{color:accent dark}; }
- .posts ul li { line-height:150%;list-style:square;text-align:left; }
- p { margin:10px 0px 0px; }
- img{ opacity:1;border:none;text-decoration:none;}
- small { font-size:calc({text:font size} - 0.5px); }
- hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:10px 0px; }
- big { font-size:calc({text:font size} + 0.5px); }
- .posts img, .posts li, .posts blockquote { max-width: 100%;}
- .posts img { display:block; }
- h1,h2,h3,h4,h5,h6 {
- line-height:120%;
- padding:10px;background:#fafafa;
- text-align:left;font-weight:normal;color:#444;
- font-size:12px;letter-spacing:.5px;text-transform:lowercase;
- }
- .posts {
- width:{text:post width};
- padding:40px 0px;
- border-bottom:1px solid #eee;
- -webkit-animation-name: fadein;
- -webkit-animation-duration: 1s;
- }
- .entries {
- width:{text:post width};margin:auto;
- }
- .wrapper {
- overflow-y:auto;padding:50px; max-height:70vh;
- }
- #contain {
- background:#fff;position:fixed;left:50%;transform:translate(-50%,-50%);top:50%;
- }
- .caption {
- margin-top:10px;
- {block:ifhidecaption}
- {block:indexpage}
- display:none;
- {/block:indexpage}
- {/block:ifhidecaption}
- }
- a.user,.asker,.asker a,.quotesource { font-weight:600;color:{color:accent dark};font-style:italic }
- .user { display:block;margin-bottom:-10px;margin-top:10px;}
- .user:first-of-type { margin-top:0 }
- .tags a {
- text-transform:lowercase;letter-spacing:0px;
- border:none;
- margin:0px 2px;
- }
- .shownotes {
- cursor:help;
- color:#222;
- text-align:left;
- }
- .notes {
- overflow:auto;
- max-height:300px;
- display:none;
- background:#fafafa;
- }
- ol.notes { padding:0;margin:0;margin-top:15px;padding-top:15px;border-top:1px solid #eee;list-style-type:none;font-style:normal;}
- li.note { padding:0;margin:2px 0px;font-style:normal; }
- .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
- .notes img { display:none!important; }
- ol.notes li.note blockquote { padding:4px 10px;margin:5px 0px 0px 15px;}
- .quote {
- text-transform:lowercase;
- font-size:calc({text:font size} + 2px);
- color:#444;
- text-align:left;
- line-height:200%;
- }
- .quotesource {
- text-align:left;
- font-style:italic;
- margin-top:5px;
- letter-spacing:.5px;
- }
- .quotesource a {
- border:none;
- }
- .quotesource a:hover {
- border:none;
- }
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- margin-bottom:2px;
- background:#fafafa;
- padding:3px;
- list-style:none;
- }
- .line.even {
- margin-bottom:2px;
- padding:3px;
- list-style:none;
- }
- .label {
- padding-right:1px;
- color:#444;
- }
- .question {
- padding:7px;
- margin-left:2px;
- background:#fafafa;
- text-align:left;
- }
- .question img {
- width:32px;
- height:32px;
- margin-right:7px;
- display:block;
- border-radius:3px;
- float:left;
- }
- .asker a:hover {
- border:none;
- color:#333;
- }
- .answer {
- margin-top:-15px;
- }
- .asker {
- text-transform:uppercase;
- font-size:7.5px;
- letter-spacing:1px;
- }
- .player {
- display:block;
- margin:auto;
- width:40px;
- background:#fafafa;
- height:40px;
- border-radius:5px;
- overflow:hidden;
- }
- .audio_d { margin:10px 0px;text-align:left;color:#222;font-size:9px;text-transform:uppercase;letter-spacing:1px;}
- .tumblr_audio_player {
- width:30px;
- margin:5px;
- height:30px;
- border-radius:5px;
- overflow:hidden;
- }
- #cred {
- bottom:27px;
- position:fixed;
- padding:3px 6px;
- right:27px;
- }
- #vignette,.vignette { opacity:0!important; } .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important;} #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.7)!Important; } #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; } .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
- #pagination {
- {block:ifloadmore}display:none;{/block:ifloadmore}
- }
- #pagination span { color:{color:accent};margin:0px 5px;font-weight:bold; }
- #pagination a {
- margin:0px 5px;
- }
- #infscr-loading { display:none!Important; }
- footer {
- margin-top:10px;
- text-align:left;
- float:left;
- }
- header {
- padding:15px;border-bottom:1px solid #eee;position:fixed;background:#fff;z-index:15;width:calc(100% - 30px);margin-top:-1px;
- }
- .t {
- font-weight:700;font-size:12px;letter-spacing:.5px;float:left;color:#444;
- }
- nav { float:right; }
- nav a { margin-left:5px; }
- .inf {
- {block:indexpage}text-transform:uppercase;letter-spacing:1px;{/block:indexpage}margin-top:10px;
- }
- #pop {
- position:fixed;margin-top:48px;z-index:15;background:rgba(255,255,255,.97);width:100%;height:calc(100% - 30px - 18px);display:none;
- }
- a.click { cursor:help; }
- .poptext {
- padding:50px;text-align:center;
- }
- .icon { width:40px;height:40px;background:{color:accent};border-radius:100%;margin:auto; }
- .d {
- margin:20px 0px 10px;font-size:12px;font-style:italic;color:#444;
- }
- .abt { margin-bottom:10px; }
- navi a:after {
- content:':';margin:0px 5px;
- }
- navi a:last-of-type:after { content:''; }
- .post_tags,
- .post_tags a { color: #A7A7A7; }
- .post_tags {
- position: relative;
- margin-top: 0px;
- line-height: 20px;
- white-space: nowrap;
- overflow: hidden;
- }
- .post_tags.draggable .post_tags_inner {
- cursor: col-resize;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .post_tags_inner {
- float: left;
- position: relative;
- padding: 0px 20px 0px 0;
- }
- .post_tags:after {
- content: '';
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: 20px;
- background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #FFF));
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #FFF 100%);
- background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: -ms-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFF 100%);
- }
- .post_tags a:hover,
- .post_tags .post_tag:hover,
- .post_tags a:focus,
- .post_tags .post_tag:focus,
- .post_tags a:active,
- .post_tags .post_tag:active { color:{color:accent}; }
- </style>
- <!--scripts-->
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $(".post_tags_inner").draggable({
- axis : "x",
- scroll: false,
- stop: function() {
- var __left = $(this).css("left").replace(/[^-\d\.]/g, '');
- if(__left > 0){
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- var __width = $(this).outerWidth();
- var __parentWidth = $(".post_tags.draggable").outerWidth();
- if(__width > __parentWidth) {
- if(__left < __parentWidth-__width){
- $(this).animate({left: __parentWidth-__width}, 400, 'easeOutExpo');
- }
- } else {
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- }
- });
- $('.shownotes').click(function() {
- $('.notes').slideToggle(300);
- });
- $('a.click').click(function() {
- $('#pop').fadeToggle();
- });
- });
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- </head>
- <body>
- <div id="contain">
- <header>
- <div class="t">{Title}</div>
- <nav>
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a class="click">more</a>
- </nav>
- </header>
- <div id="pop">
- <div class="poptext">
- <div class="icon"></div>
- <div class="d">{Description}</div>
- <div class="abt">{text:about}</div>
- <navi>
- {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
- {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
- </navi>
- </div>
- </div>
- <div class="wrapper">
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}<div class="q">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:NotReblog}{Body}{/block:NotReblog}
- {block:RebloggedFrom}<div class="text">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>{/block:Text}
- {block:Photo}
- <div class="q">
- {LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img style="margin-bottom:-5px" src="{PhotoURL-HighRes}"></a>{LinkCloseTag}
- {block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>
- {/block:Photo}
- {block:Photoset}<div class="q"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" 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:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>{/block:Photoset}
- {block:Quote}
- <div class="q txt">
- <div class="quote">{Quote}</div>
- {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
- </div>{/block:Quote}
- {block:Link}
- <div class="q txt">
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="q txt">
- {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>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="q txt">
- {block:AudioPlayer}
- <div class="player"> {AudioPlayerWhite}</div>
- <div class="audio_d">
- {block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist} by {Artist} {/block:Artist}</div>
- {/block:AudioPlayer}
- {block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="q">
- <div class="video iframe">{Video-500}</div>
- {block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="q txt">
- <div class="question"> <div class="asker"><img src="{AskerPortraitURL-64}"/>{asker}</div> {Question}</div>
- <div class="answer">
- {block:Answerer}<div class="a"> <b>{Answerer}</b> {Answer}</div>{/block:Answerer}
- {block:NotReblog}{Answer}{/block:NotReblog}
- {block:RebloggedFrom}{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}{/block:RebloggedFrom}
- </div>
- </div>
- {/block:Answer}
- {block:date}
- <div class="inf">
- {block:indexpage}
- <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} : {NoteCountWithLabel}</a>
- {block:ifshowtags}
- {block:HasTags}
- <div class="post_tags draggable"> <div class="post_tags_inner">
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div></div></div>
- {/block:HasTags}{/block:ifshowtags} {/block:indexpage}
- {block:PermalinkPage}<a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}, {TimeAgo}</a>
- {block:RebloggedFrom} <br>
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}; source <a href="{ReblogRootURL}" >{ReblogRootName}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:HasTags}<br>
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {/block:date}
- {block:PostNotes}
- <div class="shownotes">view {NoteCountWithLabel}</div>
- {PostNotes}
- {/block:PostNotes}
- </div>{/block:Posts}
- </div>
- <footer>
- {block:ifloadmore}{block:indexpage}<a id="more" style="cursor:help">load more posts</a>{/block:indexpage}{/block:ifloadmore}
- {block:Pagination}
- <div id="pagination">
- {block:previouspage}
- <a href="{PreviousPage}">prev</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
- <a class="next" href="{NextPage}">next</a>
- {/block:nextpage}
- </div>
- {/block:Pagination}
- </footer>
- </div></div>
- {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}
- <div id="cred"><a href="http://odeysseus.tumblr.com">O</a></div>
- {block:indexpage}{block:ifloadmore}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifloadmore}{/block:indexpage}
- {block:ifloadmore}
- <script>
- $(document).ready(function(){
- var $container = $('.entries');
- $container.infinitescroll({
- itemSelector: '.posts',
- navSelector: '#pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '',
- doneText: 'no more posts',
- bufferPx: 2000,
- errorCallback: function () {
- jQuery ('a#more').delay(50).fadeOut();
- $('.posts').last().after($('a#more'));
- }
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- })
- resizeVideos();
- $newElems.find('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:#fafafa !important} </style>"));
- });
- $(".post_tags_inner").draggable({
- axis : "x",
- scroll: false,
- stop: function() {
- var __left = $(this).css("left").replace(/[^-\d\.]/g, '');
- if(__left > 0){
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- var __width = $(this).outerWidth();
- var __parentWidth = $(".post_tags.draggable").outerWidth();
- if(__width > __parentWidth) {
- if(__left < __parentWidth-__width){
- $(this).animate({left: __parentWidth-__width}, 400, 'easeOutExpo');
- }
- } else {
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- }
- });
- });
- $('#contain').unbind('.infscr');
- $('a#more').click(function(){
- $container.infinitescroll('retrieve');return false;
- $('.posts').last().after($('a#more'));
- });
- });
- </script>
- {/block:ifloadmore}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment