iwtyhe

22# Think Green

Aug 6th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 16.90 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta name="color:background" content="#644F92"/>
  4. <meta name="color:text" content="#3f3e3e"/>
  5. <meta name="color:italic text" content="#ccdd99"/>
  6. <meta name="color:bold text" content="#778844"/>
  7. <meta name="color:title" content="#444422"/>
  8. <meta name="color:blog title" content="#000000"/>
  9. <meta name="color:blog title bar" content="#778844"/>
  10. <meta name="color:link" content="#000000"/>
  11. <meta name="color:hover" content="#000000"/>
  12. <meta name="color:entry" content="#FFFFFF"/>
  13. <meta name="color:blockquote" content="#444422"/>
  14. <meta name="color:permalink text" content="#000000"/>
  15. <meta name="color:content" content="#e3e6db"/>
  16. <meta name="color:content border" content="#778844"/>
  17. <meta name="color:sidebar" content="#000000"/>
  18. <meta name="color:nav buttons" content="#eeee66"/>
  19. <meta name="color:reblog" content="#ccdd99"/>
  20. <meta name="color:date" content="#bbaa55"/>
  21. <meta name="color:notes" content="#666611"/>
  22. <meta name="color:scrollbar" content="#778844"/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="if:RainBow Links" content="0"/>
  26. <meta name="if:Show caption" content=""/>
  27. <meta name="if:Infinite scrolling" content=""/>
  28. <meta name="if:Pagination" content=""/>
  29. <meta name="text:Link 1 Title" content="one"/>
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Title" content="two"/>
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Title" content="three"/>
  34.  
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <title>
  38. {block:PostSummary}
  39. {PostSummary} - {/block:PostSummary}{Title}</title>
  40.  
  41. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  42. "></script>{/block:ifrainbowlinks}
  43.  
  44. <script type="text/javascript">
  45. $(window).load(function(){
  46. $("p").remove(":contains('Source:')”);
  47. $("p").remove(":contains('(via')");
  48. });
  49. </script>
  50.  
  51. {block:ifinfinitescrolling}
  52. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  53. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  54. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  55. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  56. <script type="text/javascript">
  57. $(document).ready(function() {
  58. $().UItoTop({ easingType: 'easeOutQuart' });
  59. });
  60. </script>
  61. {/block:ifinfinitescrolling}
  62.  
  63. <style type="text/css">
  64.  
  65. @font-face {
  66. font-family: "littlefont";
  67. src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');
  68. }
  69.  
  70. @font-face {
  71. font-family: "Ostrich";
  72. src: url(http://static.tumblr.com/4hejznv/nH6m3fpw8/opensans-condlight.ttf) format("truetype");
  73. }
  74.  
  75. body {
  76. margin:0px;
  77. background-color: {color:Background};
  78. background-image:url({image:Background});
  79. background-attachment: fixed;
  80. background-repeat: repeat;
  81. }
  82. body, div, p, textarea, submit, input{
  83. font-family: calibri;
  84. font-size: 11px;
  85. line-height: 11px;
  86. letter-spacing:0px;
  87. color:{color:Text};
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. width: 5px;
  92. height: 4px;
  93. }
  94. ::-webkit-scrollbar-thumb {
  95. background-color: {color:scrollbar};
  96. border-radius: 5px;
  97. }
  98.  
  99. p {
  100. margin:0px;
  101. margin-top:5px;
  102. }
  103.  
  104. body b{
  105. color: {color:bold text};
  106. }
  107. body i, em{
  108. color: {color:italic text};
  109. }
  110.  
  111. a:link, a:active, a:visited{
  112. text-decoration: none;
  113. transition: all 0.5s ease-out;
  114. -o-transition-transition: all 0.5s ease-out;
  115. -webkit-transition: all 0.5s ease-out;
  116. -moz-transition: all 0.5s ease-out;
  117. color: {color:Link};
  118. }
  119. a:hover {
  120. transition: all 0.5s ease-out;
  121. -o-transition-transition: all 0.5s ease-out;
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;
  124. color:{color:Hover};
  125. }
  126.  
  127. #center {
  128. margin:auto;
  129. position:relative;
  130. width:850px;
  131. overflow:auto;
  132. overflow-y:hidden;
  133. }
  134.  
  135. #content {
  136. width:500px;
  137. z-index: -2;
  138. margin-left: 300px;
  139. padding: 20px;
  140. border-right: 10px solid {color:content border};
  141. background: {color:content};
  142. }
  143.  
  144. #entry {
  145. margin-bottom:10px;
  146. padding:10px;
  147. width: 400px;
  148. z-index: 1000;
  149. background: {color:entry};
  150. }
  151.  
  152. #entry .note{
  153. width:10px;
  154. height: 40px;
  155. position: absolute;
  156. opacity: 0;
  157. border-bottom-left-radius: 5px;
  158. border-bottom-right-radius: 5px;
  159. margin-left: 200px;
  160. transition: all 0.5s ease-out;
  161. -o-transition-transition: all 0.5s ease-out;
  162. -webkit-transition: all 0.5s ease-out;
  163. -moz-transition: all 0.5s ease-out;
  164. background: {color:notes};
  165. }
  166.  
  167. #entry .note:hover{
  168. transition: all 0.5s ease-out;
  169. -o-transition-transition: all 0.5s ease-out;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;
  172. padding-top: 40px;
  173. opacity: .8;
  174. }
  175.  
  176. #entry:hover .note {
  177. opacity: .8;
  178. }
  179.  
  180. #entry .date{
  181. width:10px;
  182. height: 30px;
  183. position: absolute;
  184. opacity: 0.0;
  185. border-bottom-left-radius: 5px;
  186. border-bottom-right-radius: 5px;
  187. margin-left: 180px;
  188. transition: all 0.5s ease-out;
  189. -o-transition-transition: all 0.5s ease-out;
  190. -webkit-transition: all 0.5s ease-out;
  191. -moz-transition: all 0.5s ease-out;
  192. background: {color:date};
  193. }
  194.  
  195. #entry:hover .date{
  196. transition: all 0.5s ease-out;
  197. -o-transition-transition: all 0.5s ease-out;
  198. -webkit-transition: all 0.5s ease-out;
  199. -moz-transition: all 0.5s ease-out;
  200. opacity: .8;
  201. }
  202.  
  203. #entry .date:hover{
  204. transition: all 0.5s ease-out;
  205. -o-transition-transition: all 0.5s ease-out;
  206. -webkit-transition: all 0.5s ease-out;
  207. -moz-transition: all 0.5s ease-out;
  208. padding-top: 40px;
  209. opacity: .8;
  210. }
  211.  
  212. #entry .reblog{
  213. width:10px;
  214. height: 30px;
  215. border-bottom-left-radius: 5px;
  216. border-bottom-right-radius: 5px;
  217. position: absolute;
  218. opacity: 0.0;
  219. margin-left: 220px;
  220. transition: all 0.5s ease-out;
  221. -o-transition-transition: all 0.5s ease-out;
  222. -webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;
  224. background: {color:reblog};
  225. }
  226.  
  227. #entry:hover .reblog{
  228. transition: all 0.5s ease-out;
  229. -o-transition-transition: all 0.5s ease-out;
  230. -webkit-transition: all 0.5s ease-out;
  231. -moz-transition: all 0.5s ease-out;
  232. opacity: .8;
  233. }
  234.  
  235. #entry .reblog:hover{
  236. transition: all 0.5s ease-out;
  237. -o-transition-transition: all 0.5s ease-out;
  238. -webkit-transition: all 0.5s ease-out;
  239. -moz-transition: all 0.5s ease-out;
  240. padding-top: 40px;
  241. opacity: .8;
  242. }
  243.  
  244. #entry #permalink {
  245. text-align:right;
  246. opacity: 0;
  247. margin-right: -20px;
  248. transition: all 0.5s ease-out;
  249. -o-transition-transition: all 0.5s ease-out;
  250. -webkit-transition: all 0.5s ease-out;
  251. -moz-transition: all 0.5s ease-out;
  252. }
  253.  
  254. #entry .permalink a{
  255. color: {color:permalink text};
  256. }
  257.  
  258. #entry:hover #permalink{
  259. opacity: 1;
  260. margin-right: 0px;
  261. transition: all 0.5s ease-out;
  262. -o-transition-transition: all 0.5s ease-out;
  263. -webkit-transition: all 0.5s ease-out;
  264. -moz-transition: all 0.5s ease-out;
  265. }
  266.  
  267. #picbox {
  268. width: 250px;
  269. height: 120px;
  270. position: fixed;
  271. margin: 50px 0px 0px 0px;
  272. border-top-right-radius: 100px;
  273. border-top-left-radius: 100px;
  274. overflow: hidden;
  275. background: {color:sidebar};
  276. border: 5px solid {color:sidebar};
  277. }
  278.  
  279. #picbox .linkone {
  280. width: 10px;
  281. height: 30px;
  282. border-bottom-right-radius: 5px;
  283. border-bottom-left-radius: 5px;
  284. opacity: 0;
  285. text-align: center;
  286. margin-top: 0px;
  287. margin-left: 95px;
  288. position: fixed;
  289. transition: all 0.5s ease-out;
  290. -o-transition-transition: all 0.5s ease-out;
  291. -webkit-transition: all 0.5s ease-out;
  292. -moz-transition: all 0.5s ease-out;
  293. background: {color:nav buttons};
  294. }
  295.  
  296. #picbox:hover .linkone {
  297. opacity: .8;
  298. padding-top: 10px;
  299. transition: all 0.5s ease-out;
  300. -o-transition-transition: all 0.5s ease-out;
  301. -webkit-transition: all 0.5s ease-out;
  302. -moz-transition: all 0.5s ease-out;
  303. }
  304.  
  305. #picbox .linkone:hover {
  306. padding-top: 30px;
  307. transition: all 0.5s ease-out;
  308. -o-transition-transition: all 0.5s ease-out;
  309. -webkit-transition: all 0.5s ease-out;
  310. -moz-transition: all 0.5s ease-out;
  311. }
  312.  
  313. #picbox .linktwo {
  314. width: 10px;
  315. height: 60px;
  316. border-bottom-right-radius: 5px;
  317. border-bottom-left-radius: 5px;
  318. opacity: 0;
  319. line-height: 60px;
  320. text-align: center;
  321. margin-top: 0px;
  322. margin-left: 110px;
  323. position: fixed;
  324. transition: all 0.5s ease-out;
  325. -o-transition-transition: all 0.5s ease-out;
  326. -webkit-transition: all 0.5s ease-out;
  327. -moz-transition: all 0.5s ease-out;
  328. background: {color:nav buttons};
  329. }
  330.  
  331. #picbox:hover .linktwo {
  332. opacity: .8;
  333. padding-top: 10px;
  334. transition: all 0.5s ease-out;
  335. -o-transition-transition: all 0.5s ease-out;
  336. -webkit-transition: all 0.5s ease-out;
  337. -moz-transition: all 0.5s ease-out;
  338. }
  339.  
  340. #picbox .linktwo:hover {
  341. padding-top: 30px;
  342. transition: all 0.5s ease-out;
  343. -o-transition-transition: all 0.5s ease-out;
  344. -webkit-transition: all 0.5s ease-out;
  345. -moz-transition: all 0.5s ease-out;
  346. }
  347.  
  348. #picbox .linkthree {
  349. width: 10px;
  350. height: 40px;
  351. border-bottom-right-radius: 5px;
  352. border-bottom-left-radius: 5px;
  353. opacity: 0;
  354. line-height: 60px;
  355. text-align: center;
  356. margin-top: 0px;
  357. margin-left: 125px;
  358. position: fixed;
  359. transition: all 0.5s ease-out;
  360. -o-transition-transition: all 0.5s ease-out;
  361. -webkit-transition: all 0.5s ease-out;
  362. -moz-transition: all 0.5s ease-out;
  363. background: {color:nav buttons};
  364. }
  365.  
  366. #picbox:hover .linkthree {
  367. opacity: .8;
  368. padding-top: 10px;
  369. transition: all 0.5s ease-out;
  370. -o-transition-transition: all 0.5s ease-out;
  371. -webkit-transition: all 0.5s ease-out;
  372. -moz-transition: all 0.5s ease-out;
  373. }
  374.  
  375. #picbox .linkthree:hover {
  376. padding-top: 30px;
  377. transition: all 0.5s ease-out;
  378. -o-transition-transition: all 0.5s ease-out;
  379. -webkit-transition: all 0.5s ease-out;
  380. -moz-transition: all 0.5s ease-out;
  381. }
  382.  
  383. #picbox .themelink {
  384. width: 10px;
  385. height: 20px;
  386. border-bottom-right-radius: 5px;
  387. border-bottom-left-radius: 5px;
  388. opacity: 0;
  389. line-height: 60px;
  390. text-align: center;
  391. margin-top: 0px;
  392. margin-left: 140px;
  393. position: fixed;
  394. transition: all 0.5s ease-out;
  395. -o-transition-transition: all 0.5s ease-out;
  396. -webkit-transition: all 0.5s ease-out;
  397. -moz-transition: all 0.5s ease-out;
  398. background: {color:nav buttons};
  399.  
  400. }
  401.  
  402. #picbox:hover .themelink {
  403. opacity: .8;
  404. padding-top: 10px;
  405. transition: all 0.5s ease-out;
  406. -o-transition-transition: all 0.5s ease-out;
  407. -webkit-transition: all 0.5s ease-out;
  408. -moz-transition: all 0.5s ease-out;
  409. }
  410.  
  411. #picbox .themelink:hover {
  412. padding-top: 30px;
  413. transition: all 0.5s ease-out;
  414. -o-transition-transition: all 0.5s ease-out;
  415. -webkit-transition: all 0.5s ease-out;
  416. -moz-transition: all 0.5s ease-out;
  417. }
  418.  
  419. #picbox img{
  420. width: 250px;
  421. border-top-right-radius: 100px;
  422. border-top-left-radius: 100px;
  423. }
  424.  
  425. #titlebar {
  426. margin: 180px 0px 0px -10px;
  427. width: 270px;
  428. padding: 5px;
  429. line-height: 18px;
  430. height: 18px;
  431. position: fixed;
  432. background: {color:blog title bar};
  433. }
  434.  
  435. #sidebar {
  436. position:fixed !important;
  437. width: 250px;
  438. height: auto;
  439. margin: 208px 0px 0px 0px;
  440. padding:5px;
  441. background: {color:sidebar};
  442. }
  443.  
  444. #postnotes{
  445. text-align: left;
  446. }
  447.  
  448. #postnotes blockquote{
  449. border: 0px;
  450. }
  451.  
  452. .title{
  453. font-size: 17px;
  454. line-height: 17px;
  455. letter-spacing: 1px;
  456. font-family: 'Ostrich';
  457. color: {color:Title};
  458. }
  459.  
  460. .blogtitle {
  461. font-size: 18px;
  462. line-height: 18px;
  463. text-transform: uppercase;
  464. letter-spacing: 2px;
  465. font-family: 'Ostrich';
  466. color: {color:blog title};
  467. }
  468.  
  469. blockquote{
  470. padding:0px 0px 2px 5px;
  471. margin:5px 0px 2px 25px;
  472. border-left: 5px solid {color:blockquote};
  473. }
  474. blockquote p, ul{
  475. margin:0px;
  476. padding:0px;
  477. }
  478.  
  479. .chat .line{
  480. background-color:#ffffff;
  481. margin: 0 0 1px;
  482. padding: 5px;
  483. }
  484. .chat .line.odd{
  485. background-color:#F0F0F0;
  486. }
  487.  
  488. .label {
  489. font-weight:bold;
  490. }
  491.  
  492. a img{
  493. border: 0px;
  494. }
  495.  
  496. .p {
  497. padding-top: 5px;
  498. }
  499. .ol, ul {
  500. margin-left: 10px;
  501. padding: 5px;
  502. }
  503. .ul {
  504. list-style-type: square;
  505. }
  506.  
  507. .notes img{
  508. width:10px;
  509. position:left;
  510. top:3px;
  511. }
  512.  
  513. .audio {
  514. height: 27px;
  515. width: 400px;
  516. background: #e4e4e4;
  517. }
  518.  
  519. .arrow_box {
  520. position: relative;
  521. background: #e4e4e4;
  522. }
  523. .arrow_box:after {
  524. top: 100%;
  525. border: solid transparent;
  526. content: " ";
  527. height: 0;
  528. width: 0;
  529. position: absolute;
  530. pointer-events: none;
  531. }
  532.  
  533. .arrow_box:after {
  534. border-top-color: #e4e4e4;
  535. border-width: 10px;
  536. left: 10%;
  537. margin-left: -10px;
  538. }
  539.  
  540. #toTop {
  541. display:none;
  542. text-decoration:none;
  543. position:fixed;
  544. bottom:20px;
  545. right:20px;
  546. overflow:hidden;
  547. width:30px;
  548. height:40px;
  549. border:none;
  550. text-indent:-999px;
  551. background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;
  552. z-index:3000;
  553. }
  554. #toTopHover {
  555. background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  556. width:30px;
  557. height:40px;
  558. display:block;
  559. overflow:hidden;
  560. float:left;
  561. opacity: 0;
  562. -moz-opacity: 0;
  563. filter:alpha(opacity=0);
  564. }
  565. #toTop:active, #toTop:focus {
  566. outline:none;
  567. }
  568.  
  569. {font-size: 100%;}
  570.  
  571. {CustomCSS}
  572. </style>
  573. <link rel="shortcut icon" href="{Favicon}">
  574. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  575. <meta name="viewport" content="width=820" />
  576. </head>
  577. <body>
  578. <div id="cage">
  579. <div id="center">
  580. <div id="picbox">
  581. <a class="linkone" title="{text:Link 1 Title}" href="{text:Link 1}"></a>
  582. <a class="linktwo" title="{text:Link 2 Title}" href="{text:Link 2}"></a>
  583. <a class="linkthree" title="{text:Link 3 Title}" href="{text:Link 3}"></a>
  584. <a class="themelink" title="theme" href="http://w-hisperss.tumblr.com"></a>
  585. <img src="{image:sidebar}">
  586. </div>
  587. <div id="titlebar">
  588. <div class="blogtitle"><center>{Title}</center></div>
  589. </div>
  590. <div id="sidebar">
  591. {Description}
  592. {block:ifpagination}
  593. <br><br>
  594. <center>
  595. {block:PreviousPage} <a href="{PreviousPage}"><font size="15">« </font></a>{/block:PreviousPage}
  596. {block:NextPage}<a href="{NextPage}"><font size="15">» </font></a>{/block:NextPage}</center>
  597. {/block:ifpagination}
  598. </div>
  599.  
  600. <div id="content">
  601. {block:Posts}
  602. <div id="entry">
  603.  
  604. {block:Text}{block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}{Body}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:text}
  605.  
  606. {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:link}
  607.  
  608. {block:Photo}{block:indexpage}
  609. <a class="note" title="{notecount}" href="{permalink}"></a>
  610. <a class="date" title="{block:date}{month} {dayofmonth}{dayofmonthsuffix}{/block:date}" href="{permalink}"></a>
  611. <a class="reblog" title="Reblog" href="{ReblogURL}"></a>
  612. {/block:indexpage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  613.  
  614. {block:Photoset}{block:indexpage}
  615. <a class="note" title="{notecount}" href="{permalink}"></a>
  616. <a class="date" title="{block:date}{month} {dayofmonth}{dayofmonthsuffix}{/block:date}" href="{permalink}"></a>
  617. <a class="reblog" title="Reblog" href="{ReblogURL}"></a>
  618. {/block:indexpage}{Photoset-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:Photoset}
  619.  
  620. {block:Quote}<span class="title"><center>"{Quote}"</center></span>{block:Source}<center><br>{Source}</center>{/block:Source}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:Quote}
  621.  
  622. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  623. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:Chat}
  624.  
  625. {block:Audio}<div class="audio">{AudioPlayerGrey}</div><div class="arrow_box"></div><BR>{block:TrackName}<span>
  626. "{TrackName}"{/block:TrackName}
  627. {block:Artist}by
  628. {Artist}{/block:Artist}<br>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}
  629. {/block:Audio}
  630.  
  631. {block:Video}{block:indexpage}
  632. <a class="note" title="{notecount}" href="{permalink}"></a>
  633. <a class="date" title="{block:date}{month} {dayofmonth}{dayofmonthsuffix}{/block:date}" href="{permalink}"></a>
  634. <a class="reblog" title="Reblog" href="{ReblogURL}"></a>
  635. {/block:indexpage}{Video-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  636.  
  637. {block:PermalinkPage}
  638. <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  639. {/block:PermalinkPage}
  640.  
  641. {block:PostNotes}{PostNotes}
  642. {/block:PostNotes}</div>{/block:Posts}
  643. </div></div>
  644. </div>
  645. </body>
  646. </html>
Advertisement
Add Comment
Please, Sign In to add comment