- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
- <html lang="en">
- <head>
- <title>{title}</title>
- <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
- <meta name="color:Background" content="#e6e6e6"/>
- <meta name="color:Post Box" content="#F5F5F5"/>
- <meta name="color:Title" content="#292929"/>
- <meta name="color:Text" content="#363636"/>
- <meta name="color:Link" content="#5c5c5c"/>
- <meta name="color:Hover" content="#FFF"/>
- <meta name="color:scrollbar" content="#999"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Infinite Scroll" content="1" />
- <meta name="if:Show Reblog On Hover" content="1"/>
- <meta name="if:Back To Top Button" content="1" />
- <meta name="if:Small scrollbar" content="0"/>
- <meta name="if:Faded Images" content="0"/>
- <meta name="if:Inverted Fade" content="0"/>
- <meta name="if:Show sidebar image" content="1"/>
- <meta name="if:Sidebar Image Shadow" content="1"/>
- <meta name="if:Show Title" content="1"/>
- <meta name="if:Show Description" content="1"/>
- <meta name="if:Show Reblog Link" content="1">
- <meta name="if:Show Notes" content="1" />
- <meta name="if:Show Home Link" content="1">
- <meta name="if:Show Message Link" content="1">
- <meta name="if:Show Submit" content="1"/>
- <meta name="if:Show Archive Link" content="1">
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:link Four Title" content="" />
- <meta name="text:link Five" content="" />
- <meta name="text:link Five Title" content="" />
- <meta name="text:link Six" content="" />
- <meta name="text:link Six Title" content="" />
- {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScroll}
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- body{
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-size: 9px;
- font-family:Trebuchet MS;
- line-height:11px;
- color:{color:Text};
- }
- {block:ifSmallscrollbar}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:auto;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:10px !important;}
- ::-webkit-scrollbar {height:7px; width:10px; background-color: {color:background}; background-image:url({image:Background});}
- {/block:ifSmallscrollbar}
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- a:hover{
- color:{color:Hover};
- text-decoration: none;
- -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- .sidelink{font-style:italic;
- font-family: Trebuchet MS;
- font-color: {color:Text};
- text-align: left;
- padding-left:5px;
- font-size:9px; display:block;
- margin:-5px;width:auto;
- -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s linear;}
- .sidelink:hover{background-color:rgba(0,0,0,0);
- style: italic;
- color:{color:Hover};
- padding-left:5px;
- margin:-5px;width:auto;
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- .sidelink a:hover{color: {color:Link};
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- .title2{font-style:normal;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- font-size:10px;display:block;
- padding:2px 5px;margin:3px 0;width:auto;
- background-color:color:#333333;
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- .title2:hover{background-color:rgba(0,0,0,0);color:{color:Hover};
- background-color:rgba(0,0,0,0);
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- .title2 a:hover{color:#444444;
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- #post{width:300px; height:auto;}
- {block:PermalinkPage}float: left; right: 700; margin-right:153px; width: 700px;{/block:PermalinkPage}
- }
- #side-align{
- padding-top:3px;
- padding-bottom:3px;
- position:fixed !important;
- width:330px;
- height:207px;
- {block:ifshowbox}
- background-color:{color:Post Box};
- {/block:ifshowbox}
- {block:PermalinkPage}
- width:700px;
- height:207px;
- {/block:PermalinkPage}
- }
- .perma{
- background-color:rgba(0,0,0,0.6);
- font-size:10px;
- text-align:left;
- width:auto;
- padding:2px 2px 2px 2px;
- -moz-border-radius:2px; border-radius:2px;}
- #entry .otherpostsnotes{
- width:auto;
- height:0px;
- font-family: Helvetica;
- font-size: 10px;
- text-align: center;
- overflow:hidden;
- -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all 0.5s linear;}
- #entry:hover .otherpostsnotes{
- color:{color:Permalink};
- height:auto;
- padding:2px;
- margin-top: 5px;
- overflow:hidden;
- border-top: 1px solid #ddd; width:100&;
- -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all 0.3s linear; }
- div#side{
- padding: 10px;
- font-size: 10px;
- background-color: {color:center};
- width:200px;
- margin-top:70px;
- position: fixed;
- margin-left: 1100px;}
- #container{
- margin:auto;
- right:430px;
- top:-20px;
- padding-top:15px;
- padding-left:117px;
- position:absolute;
- {block:indexpage}
- width:1080px;
- {/block:indexpage}
- width:1080px;
- right:350px;
- {/block:permalinkpage}
- overflow:auto;
- overflow-y:auto;
- }
- #posts{
- float:right;
- {block:indexpage}
- width:300px;
- {/block:indexpage}
- margin-top: 15px;
- margin-right: 10px;
- margin-bottom: 7px;}
- {block:permalinkpage}
- width:700px;
- {/block:permalinkpage}
- #install{
- position:fixed !important;
- width:auto;
- height:auto;
- right:3px;
- top:26px;
- }
- {block:ifShowReblogOnHover}
- #entry:hover #reblog{
- {block:IndexPage}
- opacity:1;-webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- {/block:IndexPage}
- }
- #reblog{
- width:22px;
- float:right;
- margin-left:5px;
- margin-top:8px;
- position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- {/block:ifShowReblogOnHover}
- #entry{
- z-index:9999; float: right;width: 300px;height: auto; padding: 30px;
- -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
- -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
- box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
- {block:PermalinkPage}
- width: 700px;
- {/block:PermalinkPage}
- right:500px;
- line-height:8px;
- background-color:{color:Post Box};
- padding:8px;
- margin-right:10px;
- overflow:hidden;
- margin-bottom:10px;}
- #permapage{
- font-family: Trebuchet MS;
- font-size: 9px;
- text-align: left;
- padding-bottom:10px;
- margin-bottom: 8px;
- z-index:9999;}
- #notes{
- {block:permalinkpage}
- display:block;
- width:700px;
- left:-50px;
- float: left;
- padding:10px;
- overflow:visible;
- z-index:9999999;
- margin-top: 10px;
- -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
- -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
- box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
- {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
- -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
- box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
- outline:1px solid rgba(0, 0, 0, .1);
- border:2px solid rgba(0, 0, 0, .05);
- text-align: left;{/block:permalinkpage}
- }
- iframe#tumblr_controls{position:fixed !important;
- }
- .title{
- font-family: Trebuchet MS;
- font-size: 12px;
- line-height: 12px;
- color: {color:Title};
- font-weight: normal;
- letter-spacing: 0px;
- -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- .blogtitle {
- font-family: 'Trebuchet MS', sans-serif
- margin-bottom:-20px;
- font-weight:40;
- font-style:none;
- color:{color:Title};
- font-size:70px;
- {block:ifShowsidebarimage}font-size:25px;{/block:ifShowsidebarimage}
- line-height:10px;
- -webkit-transition: 0.5s ease-in;
- -webkit-text-stroke: 1px transparent;
- line-height:25px;
- text-align:right;
- text-decoration:none;
- letter-spacing:-3px;
- text-transform:normal;
- margin-bottom:20px;
- text-align:right;
- width:{text:Width}px;
- margin-top:20px;
- background-color:transparent;}
- .credit2{position:fixed;bottom:20px;left:10px;font-family: Arial; font-size: 9px;}
- .title:hover{
- color:{color:Hover};
- -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- .credit2:hover{-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
- .permalinktext{
- font-family: Trebuchet MS;
- padding: 5px;
- position: absolute;
- text-align: left;
- width: 200px;
- -moz-transition: 0.3s ease-out;
- -webkit-transition: 0.3s ease-out;
- transition: 0.3s ease-out;
- opacity:0;
- }
- .permalinktext a{color:{color:links};
- }
- .entry:hover .permalinktext {
- -moz-transition: 0.3s ease-out;
- -webkit-transition: 0.3s ease-out;
- transition: 0.3s ease-out;
- width:200px;
- text-decoration:line-through;
- height:auto;
- display: block;
- opacity: 1;
- }
- blockquote{
- padding:0px 0px 2px 3px;
- margin:0px 0px 2px 1px;
- }
- ul, ol, li{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
- }
- a.links {
- font-family: Arial;
- font-size: 10px;
- line-height: 9px;
- text-transform: normal;
- letter-spacing:0px;
- display:block;
- padding: 0px;
- margin-bottom: 0px;
- -moz-border-radius:0px; border-radius:0px;
- }
- a.links:hover {
- font-style: italic;
- text-decoration: underline;
- letter-spacing:10px;
- }
- {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
- {/block:ifFadedImages}
- {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
- {/block:ifInvertedFade}
- .top{position:fixed;bottom:10px;right:10px;{block:ifNotBackToTopButton}display:none;{/block:ifNotBackToTopButton}
- .top:hover{
- -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
- </style>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- {block:ifBackToTopButton}<script type="text/javascript">
- $(document).ready(function() {
- $('a[href=#top]').click(function(){
- $('html, body').animate({scrollTop:0}, 'slow');
- return false;
- });
- });
- </script>{/block:ifBackToTopButton}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=720" />
- </head>
- <body>
- <div id="container">
- <div id="side-align">
- <div id="side">
- {block:ifShowsidebarimage}
- <div style="padding-top:0px; padding-bottom:3px;">
- <div align="center">
- <a href="/">
- <span style="position: relative;">
- <img src="{image:sidebar}" width=200 style=" {block:IfSidebarImageShadow}-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
- -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
- box-shadow: 0px 0px 6px rgba(0,0,0,0.5);{/block:IfSidebarImageShadow}
- border:8px solid;
- border-color:{color:Post Box}" /></span></div>
- </div>
- </a>
- {/block:ifShowsidebarimage}
- {block:ifShowTitle}<div align="right" class="blogtitle"><a href="/">{Title}</a></div>
- {/block:ifShowTitle}
- <div style="padding:2px;">
- <p><center>
- {block:ifshowdescription}<div align="left">{description}{/block:ifshowdescription}
- <p></center>
- <center>
- <div align="left"><div style="padding:1px;">{block:ifshowhomelink}<a href="/"class="title2">Home</a>{/block:ifshowhomelink}
- {block:ifshowmessagelink}<a href="/ask" class="title2">Message</a>{/block:ifshowmessagelink}
- {block:ifLinkOneTitle}
- <a href="{text:Link One}" class="title2">{text:Link One Title}</a>
- {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}
- <a href="{text:Link Two}" class="title2">{text:Link Two Title}</a>
- {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}
- <a href="{text:Link Three}" class="title2">{text:Link Three Title}</a>
- {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}
- <a href="{text:Link Four}" class="title2">{text:Link Four Title}</a>
- {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}
- <a href="{text:Link Five}" class="title2">{text:Link Five Title}</a>
- {/block:ifLinkFiveTitle}
- {block:ifLinkSixTitle}
- <a href="{text:Link Six}" class="title2">{text:Link Six Title}</a>
- {/block:ifLinkSixTitle}
- {block:IfShowSubmit}<a href="/submit"class="title2">Submit</a> {/block:IfShowSubmit}
- {block:ifshowarchivelink}<a href="/Archive"class="title2" >Archive</a>{/block:ifshowarchivelink}
- </center>
- <div id="pages">
- <div align="center">
- {block:ifNotInfiniteScroll}{block:PreviousPage}<a class="jump_page" href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page"><i>{PageNumber}</i></span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a class="jump_page" href="{NextPage}">»</a>{/block:NextPage}{/block:ifNotInfiniteScroll}
- </div></div>
- </div></div>
- {block:ifBackToTopButton}<div class="top">
- <a href="#top">Back to top</a></div>{/block:ifBackToTopButton}
- <div align="center">
- <div id="posts">
- {block:Posts}
- <div id="entry">
- {block:Photo}
- {block:IndexPage}{block:ifShowReblogOnHover}
- <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/wwdkx8w/cH6lsbsa3/reblogbutton.png" width="20px"/></a></div>
- {/block:ifShowReblogOnHover}{block:ifshownotes}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
- {/block:Date}</div>{/block:ifshownotes}{/block:IndexPage}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=700px/>{/block:PermalinkPage}{/block:Photo}
- {block:Text}<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
- {block:Title}
- <a href="{permalink}"><span class="title">{Title}</span></a>
- {/block:Title}
- <span class="entrytext" style="line-height:12px;">{Body}</span>
- <a href="{Permalink}"></a></div>
- {block:IndexPage}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
-
- {block:ifShowReblogLink}
- <a href="{ReblogUrl}" target="_blank">Reblog.</a>
- {/block:ifShowReblogLink}
- {/block:Date}</div>{/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
- {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
- {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
- {block:IndexPage}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
-
- {block:ifShowReblogLink}
- <a href="{ReblogUrl}" target="_blank">Reblog.</a>
- {/block:ifShowReblogLink}
- {/block:Date}</div>{/block:IndexPage}
- {/block:Link}
- {block:Quote}
- <div style="padding-top:10px; padding-bottom:10px;">
- <span class="title" style="line-height:16px; font-style: italic;">"{Quote}"</span><br><br>
- <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
- -{Source}
- {/block:Source}</a></div>{block:IndexPage}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
-
- {block:ifShowReblogLink}
- <a href="{ReblogUrl}" target="_blank">Reblog.</a>
- {/block:ifShowReblogLink}
- {/block:Date}</div>{/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Chat}
- <div style="padding-top:15px; padding-bottom:10px;">
- <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label" style="line-height:12px;">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
-
- {block:ifShowReblogLink}
- <a href="{ReblogUrl}" target="_blank">Reblog.</a>
- {/block:ifShowReblogLink}
- {/block:Date}</div>{/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerblack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a> and <a href="{permalink}">{FormattedPlayCount} Plays</a>
-
- {block:ifShowReblogLink}
- <a href="{ReblogUrl}" target="_blank">Reblog.</a>
- {/block:ifShowReblogLink}
- {/block:Date}</div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- <div style="padding-top:28px; padding-bottom:8px;">
- {Video-300}</div>
- <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
- {block:IndexPage}<div class="otherpostsnotes"> Posted on
- <a href="{Permalink}">{DayOfMonth} {Month}</a>
- -
- <a href="{Permalink}">{NoteCountWithLabel}.</a>
-
- {block:ifShowReblogLink}
- <a href="{ReblogUrl}" target="_blank">Reblog.</a>
- {/block:ifShowReblogLink}
- {/block:Date}</div>{/block:IndexPage}
- {/block:Video}
- {block:PermalinkPage}
- <div align="center">
- {block:Date}<div id="post" >
- <div class="permalink">
- {block:Caption}{Caption}<div style="height:1px;background-color:;opacity:0.1;width:100%;margin-top:5px;margin-bottom:10px;"></div>{/block:Caption}
- <div align="right">{block:NoteCount}<font color="{color:link}">{NoteCountWithLabel}</font><br>{/block:NoteCount}
- Posted on <font color="{color:link}">{DayOfWeek}, {DayOfMonth} {Month}</font><br>
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
- {/block:RebloggedFrom}
- {block:Source}Source: {Source}<br>{/block:Source}
- <div style="height:1px;background-color:;opacity:0.1;width:100%;margin-top:8px;margin-bottom:10px;"></div>
- </div></div>{/block:Date}
- <br><br>
- <div align="left">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IfnotInfiniteScroll}{block:indexpage}{/block:indexpage}
- {/block:IfnotInfiniteScroll}
- </div>
- </div>
- </div>
- </center>
- </div>
- </div>
- </body>
- </html>