sexycullen

# 93

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