Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!---
- RE THEME by @PS1
- Save the world! Kill zombies. (keep your sidebar icons
- ( う-´)づ︻╦̵̵̿╤── (×_×#) sized 250x250px or more)
- -->
- <meta charset="UTF-8">
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Comic+Neue|Courier+Prime|Karla|Overpass|Short+Stack|Work+Sans|Nova+Square|Inconsolata|Inter&display=swap" rel="stylesheet">
- <script>
- if(window.location.pathname == '/ask') location.replace('/q');
- </script>
- <meta name="color:background" content="#979797"/>
- <meta name="color:posts" content="#000"/>
- <meta name="color:footer background" content="#8c8c8c"/>
- <meta name="color:title" content="#fff"/>
- <meta name="color:title glow" content="#fff"/>
- <meta name="color:sidebar background" content="#000"/>
- <meta name="color:sidebar text" content="#fff"/>
- <meta name="color:sidebar text glow" content="#fff"/>
- <meta name="color:sidebar links" content="#fff"/>
- <meta name="color:sidebar links glow" content="#fff"/>
- <meta name="color:text" content="#fff"/>
- <meta name="color:text glow" content="#fff"/>
- <meta name="color:links" content="#fff"/>
- <meta name="color:links glow" content="#fff"/>
- <meta name="color:links hover" content="#000"/>
- <meta name="color:link hover 1" content="#ccc"/>
- <meta name="color:link hover 2" content="#0000ff"/>
- <meta name="color:link hover 3" content="#970005"/>
- <meta name="color:border" content="#fff"/>
- <meta name="color:box shadow" content="#ff0000"/>
- <meta name="color:tooltip font" content="#fff"/>
- <meta name="color:tooltip background" content="#ccc"/>
- <meta name="color:search bkg" content="#000"/>
- <meta name="color:search text" content="#fff"/>
- <meta name="color:search button bkg" content="#000"/>
- <meta name="color:search button text" content="#fff"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:glitch title" content="0" />
- <meta name="if:tile background" content="0"/>
- <meta name="if:glow text" content="0"/>
- <meta name="if:box shadow" content="0"/>
- <meta name="if:link underline" content="0"/>
- <meta name="if:hide caption" content="0"/>
- <meta name="if:redirect" content="0" />
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/xWmHMbM.gif"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar background" content=""/>
- <meta name="image:post background" content=""/>
- <meta name="image:footer background" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
- <meta name="image:tooltip" content=""/>
- <meta name="select:typeface" content="arial"/>
- <meta name="select:typeface" content="anime"/>
- <meta name="select:typeface" content="comic sans ms"/>
- <meta name="select:typeface" content="comic neue"/>
- <meta name="select:typeface" content="consolas"/>
- <meta name="select:typeface" content="courier prime"/>
- <meta name="select:typeface" content="inconsolata"/>
- <meta name="select:typeface" content="karla"/>
- <meta name="select:typeface" content="letters"/>
- <meta name="select:typeface" content="ms gothic"/>
- <meta name="select:typeface" content="ms pgothic"/>
- <meta name="select:typeface" content="inter"/>
- <meta name="select:typeface" content="nova square"/>
- <meta name="select:typeface" content="overpass"/>
- <meta name="select:typeface" content="pokemon"/>
- <meta name="select:typeface" content="short stack"/>
- <meta name="select:typeface" content="tahoma"/>
- <meta name="select:typeface" content="times"/>
- <meta name="select:typeface" content="verdana"/>
- <meta name="select:typeface" content="work sans"/>
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <meta name="select:border" content="double"/>
- <meta name="select:border" content="inset"/>
- <meta name="select:border" content="outset"/>
- <meta name="select:border" content="ridge"/>
- <meta name="select:border" content="groove"/>
- <meta name="text:border size" content="2"/>
- <meta name="text:title" content="This is not how I imagined my first day.">
- <meta name="text:description" content="Jesus. Words won't work on this thing...">
- <meta name="text:search text" content="Inventory">
- <meta name="text:search button" content="GO">
- <meta name="text:title size" content="30">
- <meta name="text:font size" content="22">
- <meta name="text:redirect link" content="/tagged/taghere"/>
- <meta name="text:link 1" content="MAP">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="ITEMS">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="FILES">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- img {max-width: 100%;}
- p {margin: 10px;}
- h1 {line-height: 130%;}
- big {font-size: 140%;}
- ul {list-style: square;}
- ::-moz-selection {
- background: {color:background}; color: {color:link hover 1};}
- ::selection { background: {color:background}; color: {color:link hover 1};}
- ::-webkit-scrollbar { width:10px;}
- ::-webkit-scrollbar-track { background-color:{color:background};}
- ::-webkit-scrollbar-thumb { background-color:{color:links};}
- body {
- font-family: {select:typeface};
- font-size: {text:font size}px;
- line-height: 130%;
- text-transform: normal;
- color: {color:text};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:text glow}, 0 0 2px {color:text glow};
- {/block:IfGlowText}
- background-image: url('{image:background}');
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- background-attachment: fixed;
- background-color: {color:background};}
- a:link, a:active, a:visited {
- color: {color:links};
- {block:IfNotLinkUnderline}
- text-decoration: none;{/block:IfNotLinkUnderline}
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:links glow}, 0 0 2px {color:links glow};
- {/block:IfGlowText}
- {block:IfLinkUnderline}
- text-decoration: underline;
- {/block:IfLinkUnderline}
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;}
- a:hover, a:active {
- color: {color:links hover};
- text-decoration: none; font-weight: bold;
- border:0;
- animation: glitch 3s steps(100) infinite;}
- @keyframes glitch {
- 0% { text-shadow: 3px 0 0 {color:link hover 1}, -3px 0 0 {color:link hover 2}; filter: blur(0);}
- 10% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 20% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 30% { text-shadow: 0.8px 0 0 {color:link hover 2}, -0.8px 0 0 {color:link hover 3}; filter: blur(0);}
- 40% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 50% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 60% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 70% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 80% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 90% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 100% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}}
- #content {
- width: 800px;
- margin: 100px auto;}
- #sidebar {
- background: transparent;
- color: {color:sidebar text};
- text-align: center;
- position: fixed;
- margin-left: 500px; margin-top: 70px;
- padding: 0; width: 250px;
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:sidebar text glow},
- 0 0 2px {color:sidebar text glow};
- {/block:IfGlowText}
- {block:IfBoxShadow}
- filter: drop-shadow(5px 5px 3px {color:box shadow});
- {/block:IfBoxShadow}}
- #sidebar a{
- color: {color:sidebar links};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:sidebar links glow},
- 0 0 2px {color:sidebar links glow};
- {/block:IfGlowText}}
- #sidebar img {
- border:{text:border size}px {select:border} {color:border};
- width: 250px; height: 250px;}
- .rags {
- text-align: center;
- opacity: 0; top: 0; padding: 10px;
- position: absolute;}
- #sidebar:hover .rags {
- opacity: 1; position: absolute; left: 250px;
- border:{text:border size}px {select:border} {color:border};
- border-left:0;
- height: 230px; top: 0px; width: 240px;
- background: {color:posts};
- background-image: url('{image:sidebar background}');}
- #title {
- position: fixed;
- font-size: {text:title size}px;
- width: 250px; height: 50px; line-height: 50px;
- padding: 0px; margin-left: 500px;
- z-index: 1;
- background-color:{color:sidebar background};
- border:{text:border size}px {select:border} {color:border};
- background-color:{color:sidebar background};
- background-image: url('{image:sidebar background}');
- {block:IfBoxShadow}
- filter: drop-shadow(5px 5px 3px {color:box shadow});
- {/block:IfBoxShadow}}
- #title a {
- text-decoration: none;
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:title glow}, 0 0 2px {color:title glow};
- {/block:IfGlowText}
- color:{color:title};
- padding: 3px;
- {block:IfGlitchTitle}
- animation: glitch 3s steps(100) infinite;{/block:IfGlitchTitle}}
- {block:IfGlitchTitle}
- @keyframes glitch {
- 0% { text-shadow: 3px 0 0 {color:link hover 1}, -3px 0 0 {color:link hover 2}; filter: blur(0);}
- 10% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 20% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 30% { text-shadow: 0.8px 0 0 {color:link hover 2}, -0.8px 0 0 {color:link hover 3}; filter: blur(0);}
- 40% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 50% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 60% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 70% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 80% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 90% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 100% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}}{/block:IfGlitchTitle}
- #title a:hover { color: {color:links hover};
- font-style: italic; font-weight: bold;
- {block:IfGlitchTitle}animation-play-state: paused;{/block:IfGlitchTitle}}
- .side img { max-width: 100%;}
- .side a { border: 0;} .side a:hover {filter: blur(0);}
- .links {margin-top:10px}
- .links a { margin-right: 2px;}
- .desc {overflow: auto; overflow-x: hidden;
- margin-top: 10px; padding: 5px; height: 120px;}
- .nxt{
- font-size: 50px; line-height: 45px;
- height: 50px; width: 230px;
- padding-right: 10px; padding-left: 10px;
- position: fixed; margin-top: 10px; text-align: right;
- border:{text:border size}px {select:border} {color:border};
- background-color:{color:sidebar background};
- background-image: url('{image:sidebar background}');}
- .nxt a {text-decoration: none;}
- #clout{
- padding: 10px;
- position: fixed;
- bottom: 0;
- left: 0;
- font-size: 20px;}
- #post {
- background-color: {color:posts};
- background-image: url('{image:post background}');
- position: relative;
- width: 500px;
- padding: 20px;
- border:{text:border size}px {select:border} {color:border};
- margin-left: -100px;
- margin-bottom: 100px;
- {block:IfBoxShadow}
- filter: drop-shadow(10px 10px 5px {color:box shadow});
- {/block:IfBoxShadow}}
- #post blockquote {
- margin: 10px;
- border-left: {select:border size}px {select:border} {color:border};}
- #post img:hover {
- filter:hue-rotate(360deg);
- -webkit-transition: all 1s linear;
- -moz-transition: all 1s linear;
- transition: all 1s linear;}
- #notes {
- font-size: 18px;
- margin-top: 20px;
- border-top:{select:border size}px {select:border} {color:border};}
- #notes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #notes img.avatar {
- margin: 0;
- width: 0;
- height: 0;}
- .spotify_audio_player {height:80px!important; width:100%!important;}
- .soundcloud_audio_player {height:150px!important; width:100%!important;}
- .space { padding: 10px;}
- .q {
- padding: 5px;
- text-transform: uppercase;
- text-align: left;}
- .a {
- border:{text:border size}px {select:border} {color:border};
- text-align: center;
- color: {color:links};
- padding: 5px;
- background-color: {color:background};}
- #perma {
- text-align: left;
- padding: 5px; margin-top: 20px;
- background-image: url('{image:footer background}');
- background-color: {color:footer background};
- border:{text:border size}px {select:border} {color:border};}
- .tags {
- text-align: center;
- opacity: 0;
- height: 0;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;}
- #post:hover .tags {
- opacity: 1;
- height: auto;
- padding: 5px;}
- #s-m-t-tooltip {
- background-color: rgba(255, 255, 255, 0.4);
- filter: drop-shadow(0 0 2px {color:tooltip background});
- background-image: url('{image:tooltip}');
- color: {color:tooltip font};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:tooltip font},
- 0 0 2px {color:tooltip font};
- {/block:IfGlowText}
- z-index: 999999999;
- text-transform: normal;
- text-align: center;
- font-weight: normal;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- color: {color:tip txt};
- max-width: 300px;
- word-wrap: break-word;
- padding: 5px;
- display: block;
- margin:-40px 7px -2px 20px;}
- @font-face {font-family:"letters"; src: url("https://dl.dropboxusercontent.com/s/jpvm2pxtbfd2k0y/Letters%20for%20Learners.ttf?dl=0")}
- @font-face {font-family:"pokemon"; src: url("https://dl.dropboxusercontent.com/s/d9hz0y1y7o8xgbk/Pokemon%20GB.ttf?dl=0")}
- @font-face {font-family:"nintendo ds"; src: url("https://dl.dropboxusercontent.com/s/j571mthzfwzqkce/Nintendo-DS-BIOS.ttf?dl=00")}
- @font-face {font-family:"anime"; src: url("https://dl.dropboxusercontent.com/s/ivhzluvz37uwimd/animeace2_reg.otf?dl=0")}
- .triangle {
- position:relative;
- margin-top:95px;
- margin-left:84px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;}
- .square img {
- border: {text:border size}px {select:border} {color:border};
- position:relative;
- margin-top:-125px;
- margin-left:0px
- width:200px; height: 200px;
- z-index: 1;}
- .stuff {
- margin-bottom:10px;
- top:137px;
- position:absolute;
- left: 220px;
- height: 199px;
- width: 300px;
- margin-top:-116px;}
- .what {
- padding-top: 30px;
- position:relative;
- text-align:center;
- font-size:18px;
- margin-bottom: 10px;}
- .who {
- text-align:center;
- font-size:18px;
- text-transform:uppercase;
- letter-spacing:2px;
- margin-bottom: 10px;}
- .when {
- font-size:18px;
- text-align:center;
- font-style: italic;
- }
- .se {
- height: 45px; padding: 0; color:red;}
- .query::placeholder {color: {color:search text};}
- .query {
- border: 3px inset {color:border};
- border-right:0;
- padding: 3px; padding-left: 5px;
- width: 172px; height:33px; margin-top: 0px;
- display: inline-block; float: left;
- font-family: inherit;
- font-size: inherit;
- color: {color:search text};
- background-color: {color:search bkg};
- vertical-align: bottom;}
- #button { margin-top: 0; vertical-align: bottom;
- border-left: 0; border: 3px outset {color:border};
- width: 57px;
- font-family: inherit; display: inline-block; float: right;
- font-size: inherit; height:45px; padding: 3px;
- background-color: {color:search button bkg};
- color: {color:search button text};}
- #button:hover {border-left: 0; border: 3px inset {color:border};}
- .marquee {
- white-space: nowrap;
- overflow: hidden;}
- .marquee span {
- display: inline-block;
- padding-left: 100%;
- animation: marquee 8s linear infinite;}
- @keyframes marquee {
- 0% {transform: translate(0, 0);}
- 100% {transform: translate(-100%, 0);}}
- </style>
- </head>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>(function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function(){
- //remove tumblr redirects script by magnusthemes@tumblr
- $('a[href*="t.umblr.com/redirect"]').each(function(){
- var originalURL = $(this).attr("href").split("?z=")[1].split("&t=")[0];
- var replaceURL = decodeURIComponent(originalURL);
- $(this).attr("href", replaceURL);
- });
- });
- </script>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <body>
- <div id="content">
- <div id="title">
- <div class="marquee"><span><a href="/">{text:title}</a></span></div></div>
- <div id="sidebar">
- <div class="side"><a href="/"><img src="{image:sidebar}"></a></div>
- {block:Pagination}
- <div class="nxt">
- {block:PreviousPage}<a href="{PreviousPage}" style="float: left;">«</a>{/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">»</a></p>{/block:NextPage}
- </div>{/block:Pagination}
- <div class="rags">
- <div class="se">
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="{text:search text}">
- <input type="submit" value="{text:search button}" id="button"/>
- </form></div>
- <div class="desc">{text:description}
- </div>
- <div class="links">
- <a href="{text:link 1 url}">{text:link 1}</a>{text:links divider}
- <a href="{text:link 2 url}">{text:link 2}</a>{text:links divider}
- <a href="{text:link 3 url}">{text:link 3}</a>
- </div>
- </div>
- </div>
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}<a href="{Permalink}"><big>{Title}</big></a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- "{Quote}"
- {block:Source}— {Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line} </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="q">{Asker}</div>
- <div class="a">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{Permalink}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="triangle">{AudioPlayerGrey}</div>
- {block:AlbumArt}<div class="square"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="stuff">
- <div class="what">
- {block:TrackName}"{TrackName}"{/block:TrackName}
- </div>
- <div class="who">
- {block:Artist}By {Artist}{/block:Artist}
- </div>
- <div class="when">
- {block:Album}From {Album}{/block:Album}
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:ifNotHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifNotHideCaption}
- {block:PermalinkPage}
- {block:ifHideCaption}<p>{block:Caption}{Caption}{/block:Caption}</p>{/block:ifHideCaption}
- <div id="more">
- {block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}{block:ContentSource}
- Source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</div>
- {block:NoteCount}<div id="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div id="perma">
- <a href="{Permalink}" title="{NoteCount}%" data-toggle="tooltip">
- {MonthNumber}.{DayOfMonth}</a>
- <a href="{ReblogURL}" style="float:right;">↺</a>
- </div>
- {block:HasTags}<div class="tags">
- Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}{/block:IndexPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- <div id="clout">
- <a href="https://ps1.tumblr.com/" title="@PS1" data-toggle="tooltip">⨻</a>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment