Advertisement
sexycullen

# 115

Mar 7th, 2015
1,741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 115
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#2E2E2E">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#2E2E2E">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#F4F4F4">
  28. <meta name="color:Info Border" content="#F4F4F4">
  29. <meta name="color:Questions Border" content="#F4F4F4">
  30. <meta name="color:Sidebar Link Border" content="#F4F4F4">
  31.  
  32. <meta name="text:Body Font Size" content="11px"/>
  33. <meta name="text:Body Font" content="Arial"/>
  34. <meta name="text:Title" content="">
  35.  
  36. <meta name="image:Sidebar" content=""/>
  37.  
  38. <meta name="if:Show Title" content="1" />
  39. <meta name="if:Show Link1" content="0" />
  40. <meta name="if:Show Link2" content="0" />
  41. <meta name="if:Show Link3" content="0" />
  42.  
  43. <meta name="text:link1" content="">
  44. <meta name="text:link1 url" content="/">
  45. <meta name="text:link2" content="">
  46. <meta name="text:link2 url" content="/">
  47. <meta name="text:link3" content="">
  48. <meta name="text:link3 url" content="/">
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Anaheim|Hammersmith+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,latin-ext,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  66. <script>
  67. (function($){
  68. $(document).ready(function(){
  69. $("a[title]").style_my_tooltips({
  70. tip_follows_cursor:true,
  71. tip_delay_time:90,
  72. tip_fade_speed:600,
  73. attribute:"title"
  74. });
  75. });
  76. })(jQuery);
  77. </script>
  78.  
  79.  
  80. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  81.  
  82. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  83.  
  84. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  87.  
  88. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  89. <script type="text/javascript">
  90. $(document).ready(function(){
  91. $(".hover_body").hide();
  92. $(".hover_head").click(function(){
  93. $(this).next(".hover_body").slideToggle('fast');
  94. }); }); </script>
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. #scrollToTop:link,#scrollToTop:visited {
  100. display: none;
  101. font-family:Inconsolata;
  102. text-transform:uppercase;
  103. font-size:10px;
  104. }
  105.  
  106. #s-m-t-tooltip {
  107. max-width:300px;
  108. margin-top:-30px;
  109. margin-left:-20px;
  110. font-size:8px;
  111. padding:2px;
  112. font-family:calibri;
  113. letter-spacing:1px;
  114. font-weight:normal;
  115. text-align:center;
  116. text-transform:uppercase;
  117. background-color:{color:Background};
  118. color:{color:text};
  119. z-index:999999999999999999999999999999999999;
  120. }
  121.  
  122.  
  123. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  124. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  125. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  126.  
  127.  
  128. h1 {
  129. font-weight:normal;
  130. font-size:11px;
  131. text-align:center;
  132. font-style:italic;
  133. line-height:50%;
  134. letter-spacing:0px;
  135. font-family:Josefin Slab;
  136. text-transform:none;
  137. color:{color:text};
  138. }
  139.  
  140. h2 {
  141. font-size: {text:Body Font Size};
  142. font-family: {text:Body Font};
  143. letter-spacing:0px;
  144. margin-bottom:10px;
  145. padding-bottom:7px;
  146. font-weight:normal;
  147. line-height:90%;
  148. text-transform:lowercase;
  149. color: {color:Text};
  150. margin: 0px;
  151. border-bottom:1px solid {color:Info Border};
  152. }
  153.  
  154. pre {
  155. width:500px;
  156. font-size:11px;
  157. font-family:cutive mono;
  158. text-align: left;
  159. word-wrap: break-word;
  160. color:{color:Text};
  161. }
  162.  
  163.  
  164. blockquote {
  165. border-left:1px solid {color:Blockquote};
  166. padding-left:13px;
  167. padding-top:1px;
  168. padding-bottom:1px;
  169. margin:10px;
  170. margin-top:20px;
  171. margin-bottom:10px;
  172. margin-left:20px;
  173. }
  174.  
  175. blockquote img {
  176. max-width:470px;
  177. }
  178.  
  179. body {
  180. color: {color:Text};
  181. line-height:90%;
  182. font-weight:100;
  183. background-color:{color:Background};}
  184.  
  185. a {
  186. color: {color:Link};
  187. text-decoration: none;
  188. -moz-transition-duration: 0.5s;
  189. -o-transition-duration: 0.5s;
  190. -webkit-transition-duration: 0.5s;
  191. transition-duration: 0.5s;}
  192.  
  193. a:hover {
  194. color: {color:Link Hover};
  195. text-decoration:underline;
  196. -moz-transition-duration: 0.5s;
  197. -o-transition-duration: 0.5s;
  198. -webkit-transition-duration: 0.5s;
  199. transition-duration: 0.5s;}
  200.  
  201. .title {
  202. width:270px;
  203. margin-top:15px;
  204. font-family:tahoma;
  205. text-transform:capitalize;
  206. font-size:9px;
  207. text-align:center;
  208. font-weight:100;
  209. letter-spacing:2px;
  210. line-height:0%;
  211. color:{color:Text};
  212. border-top:1px solid {color:Sidebar Link Border};
  213. }
  214.  
  215.  
  216. .sidebar {
  217. width:270px;
  218. color:{color:Text};
  219. position: fixed;
  220. margin-top:60px;
  221. margin-left:-60px;
  222. }
  223.  
  224. .sidebar a {
  225. color:{color:Link};
  226. }
  227.  
  228. .sidebar a:hover {
  229. color:{color:Link Hover};
  230. }
  231.  
  232. .sidebarimage {
  233. margin-top:13px;
  234. width:245px;
  235. padding:3px;
  236. margin-left:px;
  237. margin-bottom:px;
  238. }
  239.  
  240. .sidebarlinks {
  241. width:270px;
  242. padding-top:7px;
  243. padding-bottom:2px;
  244. margin-bottom:0px;
  245. font-family:calibri;
  246. font-size:11px;
  247. font-weight:lighter;
  248. text-transform:capitalize;
  249. text-align:center;
  250. word-spacing:2px;
  251. border-bottom:0px solid {color:Sidebar Link Border};
  252. }
  253.  
  254.  
  255. .sidebarlinks a {
  256. color:{color:Text};
  257. padding:3px;
  258. -moz-transition-duration: 0.5s;
  259. -o-transition-duration: 0.5s;
  260. -webkit-transition-duration: 0.5s;
  261. transition-duration: 0.5s;}
  262.  
  263. .sidebarlinks a:hover {
  264. color:{color:Link Hover};
  265. text-decoration:underline;
  266. -moz-transition-duration: 0.5s;
  267. -o-transition-duration: 0.5s;
  268. -webkit-transition-duration: 0.5s;
  269. transition-duration: 0.5s;}
  270.  
  271. .description {
  272. text-transform:;
  273. width:245px;
  274. margin-top:13px;
  275. padding:2px;
  276. line-height:110%;
  277. text-align:center;
  278. font-weight:100;
  279. font-family:calibri;
  280. font-size:11px;
  281. color:{color:Text};
  282. letter-spacing:0px;
  283. }
  284.  
  285. .description a:hover {
  286. color:{color:Link Hover};
  287. }
  288.  
  289. .pagination {
  290. padding:3px;
  291. text-align:center;
  292. margin-top:10px;
  293. padding-top:5px;
  294. margin-bottom:50px;
  295. font-family:arial;
  296. font-size:11px;
  297. letter-spacing:0px;
  298. text-transform:lowercase;
  299. border-top:0px solid {color:Sidebar Link Border};
  300. }
  301.  
  302. .pagination a {
  303. padding:3px;
  304. color:{color:Text};
  305. }
  306.  
  307. .pagination a:hover {
  308. color:{color:Link Hover};
  309. }
  310.  
  311. .container {
  312. width:900px;
  313. margin: auto;
  314. margin-top:-8px;
  315. outline:0px solid {color:Posts Border};
  316. }
  317.  
  318. .postscontainer {
  319. max-width:500px;
  320. margin: auto;
  321. margin-top:-60px;
  322. margin-left:360px;
  323. outline:0px solid {color:Posts Border};
  324. }
  325.  
  326. .posts {
  327. font-size: {text:Body Font Size};
  328. font-family: {text:Body Font};
  329. width:500px;
  330. line-height:100%;
  331. margin-top:120px;
  332. text-align:justify;
  333. }
  334.  
  335. .info {
  336. margin-top:23px;
  337. padding-bottom:8px;
  338. font-family:calibri;
  339. text-transform:capitalize;
  340. letter-spacing:0px;
  341. font-weight:lighter;
  342. font-size:10px;
  343. border-left:0px solid {color:Info Border};
  344. }
  345.  
  346. .info a {
  347. color:{color:Text};
  348. }
  349.  
  350. .info a:hover {
  351. text-decoration:underline;
  352. color:{color:Link Hover};
  353. }
  354.  
  355. .info2 {
  356. text-align:left;
  357. margin-top:-6px;
  358. font-family:calibri;
  359. font-weight:lighter;
  360. text-transform:lowercase;
  361. letter-spacing:0px;
  362. font-size:10px;
  363. }
  364.  
  365. .info2 a {
  366. color:{color:Text};
  367. }
  368.  
  369. .info2 a:hover {
  370. text-decoration:underline;
  371. color:{color:Link Hover};
  372. }
  373.  
  374. .dashicons {
  375. margin-top:5px;
  376. margin-left:510px;
  377. padding-bottom:0px;
  378. line-height:0%;
  379. font-family:arial;
  380. text-transform:lowercase;
  381. letter-spacing:0px;
  382. font-size:11px;
  383. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  384. list-style: none;
  385. }
  386.  
  387. .posts:hover .dashicons {
  388. margin-top:5px;filter: alpha(opacity = 100);
  389. opacity:100;-webkit-transition: all 0.5s ease-out;
  390. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  391. }
  392.  
  393. .tags {
  394. width:500px;
  395. margin-top:3px;
  396. line-height:110%;
  397. text-transform:none;
  398. font-family:calibri;
  399. letter-spacing:0px;
  400. font-size:10px;
  401. -moz-transition-duration:0.5s;
  402. -webkit-transition-duration:0.5s;
  403. -o-transition-duration:0.5s;
  404. }
  405.  
  406. .tags a {
  407. background-color:none;
  408. color:{color:Link};
  409. }
  410.  
  411. .tags a:hover {
  412. text-decoration:underline;
  413. color:{color:Link Hover};
  414. }
  415.  
  416. .postnote {
  417. {block:ifNotShow400pxposts}
  418. width:500px;
  419. {/block:ifNotShow400pxposts}
  420. {block:ifShow400pxposts}
  421. width:400px;
  422. {/block:ifShow400pxposts}
  423. text-transform:lowercase;
  424. font-size: {text:Body Font Size};
  425. font-family: {text:Body Font};
  426. text-align:left;
  427. line-height:90%;
  428. margin-top:40px;
  429. }
  430.  
  431. .postnote li {
  432. list-style-type:none;
  433. border-bottom:1px solid {color:Info Border};
  434. padding:20px 0px 3px 0px;
  435. padding-bottom:5px;
  436. text-align:left;
  437. margin:0px;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. }
  442.  
  443. .postnote img {
  444. width:20px;
  445. padding: 3px;
  446. margin:2px 7px -3px 6px;
  447. text-align:left;
  448. margin:2px 7px -3px 6px;
  449. border:2px solid {color:Info Border};
  450. border-radius:100px;
  451. -webkit-border-radius:100px;
  452. -moz-border-radius:100px;
  453. }
  454.  
  455. .music {
  456. width:500px;
  457. {block:ifShow400pxposts}
  458. width:400px;
  459. {/block:ifShow400pxposts}
  460. padding-bottom:10px;
  461. }
  462.  
  463. .albumart {
  464. float:left;
  465. }
  466.  
  467. .albumart img {
  468. width:50px;
  469. padding: 3px;
  470. margin:2px 7px -3px 6px;
  471. border:2px solid {color:Info Border};
  472. border-radius:100px;
  473. -webkit-border-radius:100px;
  474. -moz-border-radius:100px;
  475. }
  476.  
  477. .playercontainer {
  478. text-align:left;
  479. padding-top:15px;
  480. width:450px;
  481. {block:ifShow400pxposts}
  482. width:350px;
  483. {/block:ifShow400pxposts}
  484. }
  485.  
  486. .musicinfo {
  487. padding:10px;
  488. margin-top:20px;
  489. font-size: {text:Body Font Size};
  490. font-family: {text:Body Font};
  491. color:{color:Text};
  492. }
  493.  
  494. .quote {
  495. font-size: {text:Body Font Size};
  496. font-family: {text:Body Font};
  497. letter-spacing:0px;
  498. line-height:90%;
  499. font-weight:normal;
  500. text-align:center;
  501. text-transform:lowercase;
  502. }
  503.  
  504. .source {
  505. font-family:calibri;
  506. font-size:10px;
  507. font-style:normal;
  508. text-align:center;
  509. line-height:17px;
  510. }
  511.  
  512. .chat ol {
  513. font-size: {text:Body Font Size};
  514. font-family: {text:Body Font};
  515. line-height:100%;
  516. padding:0px;
  517. list-style:none;
  518. }
  519. .label {
  520. text-transform:lowercase;
  521. font-size: {text:Body Font Size};
  522. font-family: {text:Body Font};
  523. font-weight:bold;
  524. color:{color:Text};
  525. }
  526. .line.odd {
  527. padding:4px;
  528. margin-bottom:2px;
  529. }
  530. .line.even {
  531. padding:4px;
  532. margin-bottom:2px;
  533. }
  534.  
  535. .ask {
  536. {block:ifNotShow400pxposts}
  537. width:500px;
  538. {/block:ifNotShow400pxposts}
  539. {block:ifShow400pxposts}
  540. width:400px;
  541. {/block:ifShow400pxposts}
  542. font-size: {text:Body Font Size};
  543. font-family: {text:Body Font};
  544. text-transform:capitalize;
  545. text-align:left;
  546. font-weight: 100;
  547. line-height: 120%;
  548. padding-top:4px;
  549. padding-left:7px;
  550. padding-bottom:8px;
  551. border-bottom: 1px solid {color:Questions Border};
  552. }
  553.  
  554. .ask a {
  555. color:{color:Text};
  556. }
  557.  
  558. .question {
  559. letter-spacing:0px;
  560. margin-top:3px;
  561. padding-left:7px;
  562. padding-bottom:8px;
  563. text-align:justify;
  564. color:{color:Text};
  565. font-size: {text:Body Font Size};
  566. font-family: {text:Body Font};
  567. }
  568.  
  569. .answer {
  570. {block:ifNotShow400pxposts}
  571. width:500px;
  572. {/block:ifNotShow400pxposts}
  573. {block:ifShow400pxposts}
  574. width:400px;
  575. {/block:ifShow400pxposts}
  576. letter-spacing:0px;
  577. text-align:justify;
  578. padding-top:5px;
  579. line-height: 120%;
  580. margin-bottom:1px;
  581. font-size: {text:Body Font Size};
  582. font-family: {text:Body Font};
  583. color:{color:Text};
  584. }
  585.  
  586. .askimg {
  587. padding: 3px;
  588. margin:2px 7px -3px 6px;
  589. }
  590.  
  591. .credit {
  592. position:fixed;
  593. font-family:calibri;
  594. font-size:8px;
  595. font-weight:normal;
  596. line-height:150%;
  597. letter-spacing:0px;
  598. right:5px;
  599. bottom:20px;
  600. text-transform:uppercase;
  601. text-align:center;
  602. }
  603.  
  604. .credit a {
  605. font-style:normal;
  606. padding:3px;
  607. color:{color:Link};
  608. -moz-transition-duration:0.5s;
  609. -webkit-transition-duration:0.5s;
  610. -o-transition-duration:0.5s;
  611. }
  612.  
  613. </style>
  614. </head>
  615.  
  616. <body>
  617. <div class="container">
  618. <div class="sidebar">
  619. <center>
  620. <a title="home" href="/"><img src="{image:sidebar}" class="sidebarimage"></a>
  621. <div class="sidebarlinks">
  622. <a href="/">index</a>
  623. <a href="/ask">ask</a>
  624. {block:ifShowLink1}
  625. <a href="{text:link1 url}">{text:link1}</a>
  626. {/block:IfShowLink1}
  627. {block:ifShowLink2}
  628. <a href="{text:link2 url}">{text:link2}</a>
  629. {/block:IfShowLink2}
  630. {block:ifShowLink3}
  631. <a href="{text:link3 url}">{text:link3}</a>
  632. {/block:IfShowLink3}
  633. </div>
  634. {block:ifShowTitle}
  635. <div class="title">
  636. <span style="background-color:{color:background};padding:4px;">{text:Title}</span></div>
  637. {/block:ifShowTitle}
  638. <div class="description">
  639. {description}
  640. </div>
  641. {block:Pagination}
  642. <div class="pagination">
  643. {block:PreviousPage}
  644. <a href="{PreviousPage}">←</a>
  645. {/block:PreviousPage}
  646. {block:NextPage}
  647. <a href="{NextPage}"> →</a>
  648. {/block:NextPage}
  649. </div>
  650. {/block:Pagination}
  651. </div>
  652.  
  653.  
  654. <div class="postscontainer">
  655. {block:Posts}
  656.  
  657. <div class="posts">
  658.  
  659. <div class="dashicons">
  660. {ReblogButton size="13"}
  661. </div>
  662.  
  663. {block:Text}
  664. {block:Title}<h2>{Title}</h2>{/block:Title}
  665. {Body}
  666. {/block:Text}
  667.  
  668. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  669.  
  670. {/block:Quote}
  671.  
  672. {block:Link}
  673. <h2><a href="{URL}">{Name}</a></h2>
  674. {block:Description}{Description}{/block:Description}
  675. {/block:Link}
  676.  
  677. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  678. </ol></div>{/block:Chat}
  679.  
  680. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  681.  
  682. {block:Photo}
  683. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  684. {/block:Photo}
  685.  
  686. {block:Photoset}
  687. {Photoset-500}
  688. {block:Caption}{Caption}{/block:Caption}
  689. {/block:Photoset}
  690.  
  691. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  692. <div class="playercontainer">{AudioPlayerWhite}</div>
  693. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  694. {/block:ExternalAudio}</div>
  695. </div>
  696. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  697.  
  698. {block:Video}
  699. {Video-500}
  700. {block:Caption}{Caption}{/block:Caption}
  701. {/block:Video}
  702.  
  703.  
  704.  
  705. {block:Date}<div class="info"><a title="{timeago}" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}{block:ContentSource}<span style="color:{color:linkinfo}"><a href="{SourceURL}"></a> <a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom} {block:Tags}<span style="text-transform:none;">#<a href="{TagURL}">{Tag}</a></span> {/block:Tags}</div>{/block:Date}
  706.  
  707. {block:PermalinkPage}
  708. <div class="info2">{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a></span>{/block:RebloggedFrom}</div>
  709. {/block:PermalinkPage}
  710.  
  711. <div class="postnote">
  712. {block:PostNotes}{PostNotes}{/block:PostNotes}
  713. </div>
  714. {/block:Posts}
  715.  
  716.  
  717. <div class="credit"><div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  718.  
  719. </div>
  720. </div>
  721. </div>
  722. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement