Advertisement
delayed

Violet

Nov 23rd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.16 KB | None | 0 0
  1. <!---THEME BY UPLANDING
  2. B-)
  3. --->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. {block:IfInfiniteScroll}
  12. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  13. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <meta name="text:about" content="insert text about yourself"/>
  20. <meta name="text:updates" content="insert updates"/>
  21. <meta name="text:about tab title" content="title"/>
  22. <meta name="text:updates tab title" content="title"/>
  23.  
  24. <meta name="color:title" content="#666"/>
  25. <meta name="color:bottom borders for posts and tabs" content="#804062"/>
  26. <meta name="color:Background" content="#ffffff" />
  27. <meta name="color:Links" content="#666" />
  28. <meta name="color:Links text" content="#777" />
  29. <meta name="color:Post Bg" content="#ffffff" />
  30. <meta name="color:Description Text" content="#3a3a3a" />
  31. <meta name="color:Scrollbar Bg" content="#fff" />
  32. <meta name="color:Scrollbar" content="#000" />
  33. <meta name="color:Info Text" content="#000"/>
  34. <meta name="color:Info Link" content="#aaa"/>
  35. <meta name="color:Info Link Hover" content="#ddd"/>
  36. <meta name="color:Text" content="#000" />
  37. <meta name="color:Question Bg" content="#eee" />
  38.  
  39. <meta name="if:Infinite Scroll" content="0"/>
  40.  
  41. <meta name="image:Sidebar img" content="" />
  42. <meta name="image:container background image" content="https://31.media.tumblr.com/2b6547c3b33ea15d9600b59364b73aad/tumblr_inline_neuythpHIX1qk0r9e.png"/>
  43. <meta name="image:Background" content="" />
  44.  
  45. <meta name="text:Link1" content="" />
  46. <meta name="text:Link1 URL" content=""/>
  47. <meta name="text:Link2" content="" />
  48. <meta name="text:Link2 URL" content=""/>
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53. #credit {
  54. position:fixed;
  55. font-size:8px;
  56. letter-spacing:1px;
  57. right:10px;
  58. bottom:15px;
  59. z-index:9999;
  60.  
  61. }
  62. #credit a {
  63. padding:3px;
  64. color:#aaa;
  65. background-color:#ffffff;
  66. border:1px solid #aaa;
  67. font-family:helvetica;
  68. }
  69. #cred {
  70. -webkit-transition: all 0.7s;
  71. -moz-transition: all 0.7s;
  72. transition: all 0.7s;
  73. }
  74. #cred:hover {
  75. border:1px solid black;
  76. color:#000;
  77. }
  78. </style>
  79. <div id="credit"><a href="http://uplanding.tumblr.com" id="cred">UL</a></div>
  80. <style type="text/css">
  81.  
  82.  
  83. ::-webkit-scrollbar { width: 4px; height: 4px; }
  84. ::-webkit-scrollbar-button:start:decrement,
  85. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: {color:scrollbar bg}; }
  86. ::-webkit-scrollbar-track-piece { background-color: white; }
  87. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  88.  
  89.  
  90. body{
  91. color:{color:text};
  92. font-family: 'Open Sans', sans-serif;
  93. background-image: url({image:Background}) ;
  94. font-size:12px;
  95. background-color:{color:background};
  96. }
  97.  
  98. a {
  99. text-decoration:none;
  100. color:{color:links};
  101. -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease;
  102. }
  103.  
  104. a:hover {
  105. text-decoration:none;
  106. color:{color:links hover};
  107. {block:ifBorders}
  108. {/block:ifBorders}
  109. -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease;
  110. }
  111.  
  112.  
  113. b {
  114. color:{color:bold};
  115. }
  116.  
  117. i {
  118. text-decoration:none;
  119. color:{color:italic};
  120. }
  121.  
  122. highlight{display: inline; background: {color:hightlight}; padding:0.3px;}
  123.  
  124. mark{background-color:#EBA8CB};
  125.  
  126.  
  127.  
  128. #entry{
  129. width:417px;
  130. padding:5px;
  131. }
  132.  
  133. #post{
  134. padding:7px;
  135. background-color:{color:post bg};
  136. width:400px;
  137. float:left;
  138. margin:2px;
  139. margin-bottom:15px;
  140. {block:ifBorders}
  141. border-bottom:1px solid {color:borders};
  142. {/block:ifBorders}
  143. padding-bottom:15px;
  144. }
  145.  
  146. #post {
  147. border-bottom:2px solid {color:bottom borders for posts and tabs};
  148. border-top:1px solid #bbb;
  149. border-left:1px solid #bbb;
  150. border-right:1px solid #bbb;
  151. margin-left:100px;
  152. }
  153.  
  154.  
  155. #tab1 {
  156. position:absolute;
  157. Background-color:#fff;
  158. padding:4px;
  159. border-bottom:3px solid {color:bottom borders for posts and tabs};
  160. border-left:1px solid #ddd;
  161. border-right:1px solid #ddd;
  162. margin-top:280px;
  163. text-align:center;
  164. width:305px;
  165. z-index:-99;
  166. margin-left:-5px;
  167. -webkit-transition: all 0.7s ease;
  168. -moz-transition: all 0.7s ease;
  169. -o-transition: all 0.7s ease;
  170. }
  171.  
  172. #tab1:hover {
  173. margin-top:417px;
  174. }
  175.  
  176. #con1 {
  177. height:140px;
  178. z-index:-999;
  179. font-size:8.5px;
  180. text-transform:uppercase;
  181. text-align:left;
  182. padding-left:5px;
  183. }
  184.  
  185. #tab2 {
  186. position:absolute;
  187. Background-color:#fff;
  188. padding:4px;
  189. border-bottom:3px solid {color:bottom borders for posts and tabs};
  190. border-left:1px solid #ddd;
  191. border-right:1px solid #ddd;
  192. margin-left:310px;
  193. margin-top:280px;
  194. text-align:center;
  195. width:305px;
  196. z-index:-98;
  197. -webkit-transition: all 0.7s ease;
  198. -moz-transition: all 0.7s ease;
  199. -o-transition: all 0.7s ease;
  200. }
  201.  
  202. #tab2:hover {
  203. margin-top:417px;
  204. }
  205.  
  206. #con2 {
  207. height:140px;
  208. z-index:-998;
  209. font-size:8.5px;
  210. text-transform:uppercase;
  211. text-align:left;
  212. padding-left:5px;
  213. }
  214.  
  215.  
  216.  
  217.  
  218.  
  219. #clicks1 {
  220. text-align:center;
  221. color:{color:links text};
  222. opacity:0;
  223. -webkit-transition: all 0.3s ease;
  224. -moz-transition: all 0.3s ease;
  225. -o-transition: all 0.3s ease;
  226. position:relative;
  227. bottom:6px;
  228. font-family:verdana;
  229. }
  230.  
  231. #click1:hover #clicks1 {
  232. opacity:1;
  233. }
  234.  
  235. #clicks2 {
  236. text-align:center;
  237. color:{color:links text};
  238. padding-bottom:3px;
  239. opacity:0;
  240. -webkit-transition: all 0.3s ease;
  241. -moz-transition: all 0.3s ease;
  242. -o-transition: all 0.3s ease;
  243. position:relative;
  244. bottom:6px;
  245. font-family:verdana;
  246. }
  247.  
  248. #click2:hover #clicks2 {
  249. opacity:1;
  250. }
  251.  
  252. #clicks3 {
  253. text-align:center;
  254. color:{color:links text};
  255. padding-bottom:3px;
  256. opacity:0;
  257. -webkit-transition: all 0.3s ease;
  258. -moz-transition: all 0.3s ease;
  259. -o-transition: all 0.3s ease;
  260. position:relative;
  261. bottom:6px;
  262. font-family:verdana;
  263. }
  264.  
  265. #click3:hover #clicks3 {
  266. opacity:1;
  267. }
  268.  
  269. #clicks4 {
  270. text-align:center;
  271. color:{color:links text};
  272. padding-bottom:3px;
  273. opacity:0;
  274. -webkit-transition: all 0.3s ease;
  275. -moz-transition: all 0.3s ease;
  276. -o-transition: all 0.3s ease;
  277. position:relative;
  278. bottom:6px;
  279. font-family:verdana;
  280. }
  281.  
  282. #click4:hover #clicks4 {
  283. opacity:1;
  284. }
  285.  
  286.  
  287.  
  288. #click1 {
  289. position:absolute;
  290. width:25px;
  291. height:25px;
  292. background-color:{color:links};
  293. margin-top:275px;
  294. margin-left:-34px;
  295. -webkit-transition: all 0.5s;
  296. -moz-transition: all 0.5s;
  297. -o-transition: all 0.5s;
  298. transition: all 0.5s;
  299. border-left:5px solid {color:links};
  300. }
  301.  
  302.  
  303. #click2 {
  304. position:absolute;
  305. width:25px;
  306. height:25px;
  307. background-color:{color:links};
  308. margin-top:305px;
  309. margin-left:-34px;
  310. border-left:5px solid {color:links};
  311. -webkit-transition: all 0.5s;
  312. -moz-transition: all 0.5s;
  313. -o-transition: all 0.5s;
  314. transition: all 0.5s;
  315. }
  316. #click3 {
  317. position:absolute;
  318. width:25px;
  319. height:25px;
  320. background-color:{color:links};
  321. margin-top:335px;
  322. margin-left:-34px;
  323. -webkit-transition: all 0.5s ease;
  324. -moz-transition: all 0.5s ease;
  325. -o-transition: all 0.5s ease;
  326. transition: all 0.5s;
  327. border-left:5px solid {color:links};
  328. }
  329.  
  330. #click4 {
  331. position:absolute;
  332. width:25px;
  333. height:25px;
  334. background-color:{color:links};
  335. margin-top:365px;
  336. margin-left:-34px;
  337. -webkit-transition: all 0.5s ease;
  338. -moz-transition: all 0.5s ease;
  339. -o-transition: all 0.5s ease;
  340. transition: all 0.5s;
  341. border-left:5px solid {color:links};
  342. }
  343.  
  344. #click1:hover {
  345. background-color:#fff;
  346. width:70px;
  347. margin-left:-79px;
  348. border-left:5px solid {color:links};
  349. border-top:1px solid #bbb;
  350. border-bottom:1px solid #bbb;
  351. }
  352.  
  353. #click2:hover {
  354. background-color:#fff;
  355. width:70px;
  356. margin-left:-79px;
  357. border-left:5px solid {color:links};
  358. border-top:1px solid #bbb;
  359. border-bottom:1px solid #bbb;
  360. }
  361.  
  362. #click3:hover {
  363. background-color:#fff;
  364. width:70px;
  365. margin-left:-79px;
  366. border-left:5px solid {color:links};
  367. border-top:1px solid #bbb;
  368. border-bottom:1px solid #bbb;
  369. }
  370.  
  371. #click4:hover {
  372. background-color:#fff;
  373. width:80px;
  374. margin-left:-89px;
  375. border-left:5px solid {color:links};
  376. border-top:1px solid #bbb;
  377. border-bottom:1px solid #bbb;
  378. }
  379.  
  380.  
  381.  
  382. .container {
  383. max-height: 450px;
  384. height: 410px;
  385. overflow: auto;
  386. background-color:#F2F2F2;
  387. max-width:625px;
  388. width:625px;
  389. opacity:1;
  390. margin-left:335px;
  391. margin-top:55px;
  392. border:1px solid #bbb;
  393. outline:1px dashed #bbb;
  394. outline-offset:-8px;
  395. padding:4px;
  396. background-image:url('{image:container background image}');
  397. }
  398.  
  399. #sidehead {
  400. position:absolute;
  401. font-size:40px;
  402. -ms-transform: rotate(270deg);
  403. -webkit-transform: rotate(270deg);
  404. transform: rotate(270deg);
  405. margin-left:195px;
  406. margin-top:100px;
  407. -webkit-transition: all 0.5s;
  408. -moz-transition: all 0.5s;
  409. -o-transition: all 0.5s;
  410. color:{color:title};
  411. }
  412.  
  413.  
  414.  
  415.  
  416. #sidehead:hover {
  417. margin-left:185px;
  418. }
  419.  
  420. #underline {
  421. background-color:black;
  422. position:absolute;
  423. margin-left:323px;
  424. margin-top:0px;
  425. width:2px;
  426. height:2px;
  427. -webkit-transition: all 0.5s;
  428. -moz-transition: all 0.5s;
  429. -o-transition: all 0.5s;
  430. }
  431.  
  432.  
  433.  
  434.  
  435. #pagi {
  436. margin-top:-20px;
  437. padding:2px;
  438. }
  439.  
  440. #pagi a{
  441. color: {color:pagination};
  442. display:inline-block;
  443. width: auto;
  444. font-size:12px;
  445. text-align: center;
  446. position:relative;
  447. text-align: center;
  448. display: inline-block;}
  449.  
  450. #pagi a:hover{
  451. color: {color:pagination hover};
  452. }
  453.  
  454. #info{text-align: center;
  455. font-style:italic;
  456. font-size:10px;
  457. color: {color:info text}
  458. line-height: 0px;
  459. width:400px;
  460. margin-top:-10px;
  461. opacity:0;
  462. overflow: hidden;
  463. -webkit-transition: all 0.5s;
  464. -moz-transition: all 0.5s;
  465. -o-transition: all 0.5s;
  466. }
  467.  
  468. #post:hover #info {
  469. opacity:1;
  470. margin-top:10px;
  471. }
  472.  
  473. #info a{
  474. color: {color:info link};
  475. -webkit-transition: all 0.3s ease-in-out;
  476. -moz-transition: all 0.3s ease-in-out;
  477. -o-transition: all 0.3s ease-in-out;
  478. }
  479.  
  480. #info a:hover{
  481. color: {color:info link hover};
  482. -webkit-transition: all 0.3s ease-in-out;
  483. -moz-transition: all 0.3s ease-in-out;
  484. -o-transition: all 0.3s ease-in-out;
  485. }
  486. ul.chat {
  487. margin: 0;
  488. padding: 0;
  489. }
  490.  
  491. .chat li {
  492. list-style-type: none;
  493. margin-left: 0px;
  494. margin-bottom:2px;
  495. padding: 3px;
  496. }
  497.  
  498. .chat li.odd {
  499. font-style:italic;
  500. margin-bottom: 5px;
  501. }
  502.  
  503. .chat li.even {
  504. margin-bottom: 5px;
  505. }
  506.  
  507. .label {
  508. font-weight:bold;
  509. text-transform:uppercase;
  510. }
  511.  
  512. blockquote {
  513. border-left: 3px solid {color:borders};
  514. padding-left: 8px;
  515. margin-left: 5px;
  516. }
  517.  
  518. .answer {
  519. background-color: {color:question bg};
  520. font-size:12px;
  521. padding: 10px;
  522. -moz-border-radius: 3px;
  523. -webkit-border-radius: 3px;
  524. border-radius: 3px;
  525. }
  526.  
  527.  
  528.  
  529. h2 {
  530. font-family: 'Open Sans', sans-serif;
  531. font-size: 25px;
  532. color: {color:title};
  533. font-weight: bold;
  534. font-style: italic;
  535. padding-left:5px;
  536. letter-spacing: 1px;
  537. margin: 0;
  538. padding-bottom: 5px;
  539. display:inline-block;
  540. text-align:center;
  541. }
  542.  
  543.  
  544. h2 a {
  545. color: {color:links};
  546. -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
  547. }
  548.  
  549. h2 a:hover {
  550. text-decoration:none;
  551. color:{color:links hover};
  552. -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
  553. }
  554.  
  555. h3 {
  556. font-family: 'Open Sans', sans-serif;
  557. font-size: 20px;
  558. color: {color:text};
  559. font-weight: bold;
  560. font-style: none;
  561. padding-left:5px;
  562. letter-spacing: 1px;
  563. margin: 0;
  564. padding-bottom: 5px;
  565. display:inline-block;
  566. text-align:center;
  567. }
  568.  
  569. .quote {
  570. width: 25px;
  571. height: 25px;
  572. font-size: 30px;
  573. color: {color:title};
  574. font-style: normal;
  575. float: left;
  576. margin-right: 5px;
  577. font-family:georgia;
  578. margin-top: -7px;
  579. text-align: center;
  580. font-weight:bold;
  581. padding-bottom:5px;
  582. line-height: 46px;
  583. -moz-border-radius: 3px;
  584. -webkit-border-radius: 3px;
  585. border-radius: 3px;
  586. /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  587. opacity: 0.7;
  588. }
  589.  
  590. {CustomCSS]</style>
  591.  
  592. </head>
  593. <body>
  594. <!--<div id="sidebar">
  595. <center>
  596. <div id="sidebarimage"><a href="/"><img src="{image:sidebar img}" width="200px;" max-height="200px"></div> </a>
  597. <div id="title">{Title}</div>
  598. <div id="links">
  599. <a href="/">Home</a> •
  600. <a href="/ask">Ask</a>
  601. {block:SubmissionsEnabled}• <a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  602. • <a href="/archive">Archive</a><br>
  603. {block:HasPages}<div id="pages">
  604. {block:Pages}<a href="{URL}" class="page">{Label}</a> {/block:Pages}
  605. </div>{/block:HasPages}
  606. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a> •{/block:ifLink1}
  607. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a> •{/block:ifLink2}
  608. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a> •{/block:ifLink3}
  609. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a> {/block:ifLink4}
  610. </div>
  611. </center>
  612. <center>
  613. <div id="description">{block:Description}{Description}{/block:Description}</div>
  614. <br>
  615. <div id="pagi">
  616. {block:IfNotInfiniteScroll}
  617. {block:Pagination}
  618. {block:PreviousPage}<a href="{PreviousPage}">‹ Back</a>{/block:PreviousPage}
  619. {block:NextPage}<a href="{NextPage}">Next ›</a>{/block:NextPage}
  620. {/block:Pagination}
  621. </center>
  622. {/block:IfNotInfiniteScroll}
  623. </div></div>-->
  624. <!--<div id="header" style="background-color:black; height:300px; width:40px; position:absolute; margin-left:320px;">-->
  625. <p id="sidehead">{title}</p>
  626. <div id="underline"></div>
  627. </div>
  628.  
  629.  
  630. </div>
  631.  
  632. <div class="container">
  633. <div id="tab1"><div id="con1">{text:about} </div>{text:about tab title}</div>
  634. <div id="tab2"><div id="con2">
  635. {text:updates}
  636. </div>{text:updates tab title}</div>
  637.  
  638.  
  639. <a href="http://uplanding.tumblr.com/"><div id="click1"><p id="clicks1">HOME</p></div></a>
  640. <a href="http://uplanding.tumblr.com/ask"><div id="click2"><p id="clicks2">MESSAGE</p></div></a>
  641. {block:IfLink1}<a href={text:link1 url}><div id="click3"><p id="clicks3">{text:link1}</p></div></a>{/block:IfLink1}
  642. {block:IfLink2} <a href={text:link2 url}><div id="click4"><p id="clicks4">{text:link2}</p></div></a>{/block:IfLink2}
  643.  
  644. <div id="entry">
  645.  
  646. {block:Posts}
  647.  
  648. <div id="post">
  649.  
  650. {block:Text}
  651. <h1>{block:Title}{Title}{/block:Title}</h1>
  652. {Body}{/block:Text}
  653.  
  654. {block:Photo}
  655. {block:Title}{Title}{/block:Title}
  656. <a href="{permalink}"><img src="{PhotoURL-400}" width="400"/></a>
  657. {/block:Photo}
  658.  
  659. {block:Photoset}
  660. {Photoset-400}
  661. {/block:Photoset}
  662.  
  663.  
  664. {block:Quote}
  665. {block:Title}<h1>{Title}</h1>{/block:Title}
  666. <div class="quote">“</div><h2>{Quote}</h2>
  667. <div align="right">
  668. {block:Source}<h3>-{Source}</h3>{/block:Source}
  669. </div>
  670. {/block:Quote}
  671.  
  672.  
  673. {block:Video}
  674. {block:Title}{Title}{/block:Title}
  675. {Video-400}<br>
  676. {PlayCountWithLabel}
  677. {/block:Video}
  678.  
  679.  
  680. {block:Link}
  681. {block:Title}{Title}{/block:Title}
  682. <h2><a href="{URL}" class="link" {Target}>{Name} ➙ </a></h2><br>
  683. {block:Description}{Description}{/block:Description}
  684. {/block:Link}
  685.  
  686. {block:Chat}
  687. <center>{block:Title}<div class="posttitle"><h1>{Title}</h1></div>{/block:Title}</center>
  688. <ul class="chat">
  689. {block:Lines}
  690. <li class="{Alt} user_{UserNumber}">
  691. {block:Label}
  692. <span class="label">{Label}</span>
  693. {/block:Label}
  694. {Line}
  695. </li>
  696. {/block:Lines}
  697. </ul>
  698. {/block:Chat}
  699.  
  700.  
  701. {block:Audio}
  702. {block:Title}{Title}{/block:Title}
  703. {AudioEmbed-400}
  704. {block:Caption}{Caption}{/block:Caption}
  705. {/block:Audio}
  706.  
  707.  
  708. {block:Answer}
  709. <div class="answer"><big>{Asker} asked: {Question}</big></div>
  710. {Answer}
  711. {/block:Answer}
  712.  
  713. {block:IndexPage}
  714. <div id="info"> <font color="{color:info text}"><a href="{Permalink}" title="Post Page">{TimeAgo}</a> &nbsp;•&nbsp;{/block:Date}{block:Date}{/block:Date} <a href="{Permalink}" title="Post Page">
  715. {NoteCount} Notes</a> &nbsp;•&nbsp;<a href="{ReblogURL}" title="Reblog">Reblog</a> </font><br>
  716. {block:HasTags}
  717. {block:Tags}
  718. <a href="{TagURL}">#{Tag}</a>
  719. {/block:Tags}
  720. {/block:HasTags}
  721. </div>
  722. {/block:IndexPage}
  723.  
  724. {block:PermalinkPage}
  725.  
  726. <center>
  727. <br>
  728. <b>Posted:</b> {TimeAgo} on <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="Other posts on this day">{DayOfWeek}, {Month} {DayOfMonthWithZero}, {Year} </a>{/block:Date}{block:Date}{/block:Date}<br>
  729. {block:HasTags}
  730. <b>Tags: </b>
  731. {block:Tags}
  732. <a href="{TagURL}" title="Tag Page"> #{Tag}</a>,
  733. {/block:Tags}
  734. {/block:HasTags}
  735. </center><p>
  736. <b> Notes:</b>
  737. {block:PostNotes}
  738. <div id="postnotes"> {PostNotes} </div>
  739. {/block:PostNotes}
  740. {/block:PermalinkPage}
  741. </div>
  742. {/block:Posts}
  743.  
  744. </div></div>
  745.  
  746. </body>
  747. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement