Advertisement
alicescreed

motherliberty;

Dec 27th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!-- custom theme for MOTHERLIBERTY 12.27.2019 -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />
  13.  
  14. {/block:Description}
  15.  
  16. <meta name="text:link1title" content="home">
  17. <meta name="text:link2title" content="ask">
  18. <meta name="text:link3title" content="about">
  19. <meta name="text:link4title" content="verses">
  20. <meta name="text:link5title" content="navigation">
  21. <meta name="text:ask page title" content="ask">
  22. <meta name="text:about page title" content="about">
  23. <meta name="text:verses page title" content="verses">
  24. <meta name="text:nav page title" content="nav">
  25.  
  26. <meta name="text:about input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  27. <meta name="text:verses input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  28. <meta name="text:nav input" content="Pudding soufflé topping donut cheesecake. Chocolate bar cheesecake wafer chupa chups croissant cookie topping pudding. Oat cake ice cream cake bonbon bear claw cheesecake ice cream cake gingerbread. Ice cream muffin chocolate bar chupa chups jelly-o. Candy gummies biscuit dragée jelly cookie pie oat cake. Biscuit halvah oat cake chupa chups toffee bear claw cake croissant. Dragée candy croissant.">
  29.  
  30.  
  31. <meta name="image:background" content="">
  32. <meta name="image:infobackground" content="">
  33.  
  34. <meta name="color:text" content="#262727">
  35. <meta name="color:scrollbar" content="#353535">
  36. <meta name="color:bold" content="#b17ae0">
  37. <meta name="color:italic" content="#a8c567">
  38. <meta name="color:links" content="#ce6684">
  39. <meta name="color:borders" content="#c9c9c9">
  40. <meta name="color:hover link" content="#9a9a9a">
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|Satisfy&display=swap" rel="stylesheet">
  43.  
  44. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:200,
  52. tip_fade_speed:300
  53. }
  54. );
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59. <script type="text/javascript"
  60. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61. <script>
  62. $(document).ready(function() {
  63. //
  64. $('a.poplight[href^=#]').click(function() {
  65. var popID = $(this).attr('rel'); //Get Popup Name
  66. var popURL = $(this).attr('href'); //Get Popup href to define size
  67. var query= popURL.split('?');
  68. var dim= query[1].split('&');
  69. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  70. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  71. var popMargTop = ($('#' + popID).height() + 80) / 2;
  72. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  73. //Apply Margin to Popup
  74. $('#' + popID).css({
  75. 'margin-top' : -popMargTop,
  76. 'margin-left' : -popMargLeft
  77. });
  78. $('body').append('<div id="fade"></div>');
  79. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  80. return false;
  81. });
  82. $('a.close, #fade').live('click', function() {
  83. $('#fade , .popup_block').fadeOut(function() {
  84. $('#fade, a.close').remove(); //fade them both out
  85. });
  86. return false;
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92.  
  93. <style type="text/css">
  94.  
  95.  
  96. body {
  97. font-family: 'Oxygen Mono', monospace;
  98. color: {color:text};
  99. font-size: 8pt;
  100. letter-spacing: 0px;
  101. background-color: #818ff2;
  102. background-image: url('{image:background}');
  103. background-position: absolute;
  104. background-attachment: fixed;
  105. line-height: 120%;
  106. background-repeat: no-repeat;
  107. text-align: justify;
  108. }
  109.  
  110. #s-m-t-tooltip{
  111. position: absolute;
  112. z-index: 999999999999999999999999999999999999999999999999999999999999;
  113. margin-top: 10px;
  114. margin-left: 5px;
  115. display: block;
  116. background-image: url('{image:infobackground}');
  117. background-position:right;
  118. text-align: center;
  119. color: #fff;
  120. font-style: italic;
  121. font-family: 'Satisfy', cursive;
  122. letter-spacing: 1px;
  123. text-shadow: 1px 1px 2px #000;
  124. border: 4px {color:borders};
  125. border-style: double;
  126. padding: 10px;
  127. font-size: 20px;
  128. margin-bottom: 5px;
  129. }
  130.  
  131. ::-webkit-scrollbar-thumb:vertical {
  132. background-color: {color:scrollbar};
  133. height:auto;
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:horizontal {
  137. background-color: {color:scrollbar};
  138. height:2px;
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142. height:3px;
  143. width:3px;
  144. background-color: transparent;
  145. }
  146.  
  147.  
  148. a {
  149. text-decoration: none;
  150. color: {color:links};
  151. font-size: 14pt;
  152. line-height: 19pt;
  153. font-weight: bold;
  154. transition-duration: 0.6s;
  155. -moz-transition-duration: 0.6s;
  156. -webkit-transition-duration: 0.6s;
  157. -o-transition-duration: 0.6s;
  158. font-family: 'Satisfy', cursive;
  159. letter-spacing: 1px;
  160. text-shadow: 1px 1px 5px #fff;
  161. }
  162.  
  163.  
  164. a:hover {
  165. text-decoration: none;
  166. filter:blur(1px);
  167. letter-spacing: -1px;
  168. padding: 2px;
  169. color: {color:hover link};
  170. transition-duration: 0.6s;
  171. -moz-transition-duration: 0.6s;
  172. -webkit-transition-duration: 0.6s;
  173. -o-transition-duration: 0.6s;
  174. font-family:'Satisfy', cursive;
  175. }
  176.  
  177. small, sup, sub {
  178. font-size: 100%;
  179. }
  180.  
  181. b, strong {
  182. text-shadow: 1px 1px 5px #fff;
  183. padding-left: 2px;
  184. padding-right: 2px;
  185. color:{color:bold};
  186. letter-spacing: 0px;
  187. font-size: 17px;
  188. font-family: 'Satisfy', cursive;
  189. }
  190.  
  191. i, em {
  192. text-shadow: 1px 1px 5px #fff;
  193. color:{color:italic};
  194. font-family: 'Satisfy', cursive;
  195. letter-spacing: 1px;
  196. padding-left:5px;
  197. padding-right: 5px;
  198. padding-top: 10px;
  199. padding-bottom: 10px;
  200. font-size: 20px;
  201. }
  202.  
  203.  
  204.  
  205.  
  206. h2 {
  207. text-shadow: 1px 1px 3px #fff;
  208. font-family: 'Satisfy', cursive;
  209. font-size: 20px;
  210. font-weight: bold;
  211. line-height: 120%;
  212. letter-spacing: 1px;
  213. color:{color:bold};
  214. }
  215.  
  216.  
  217. #info {
  218. padding: 10px;
  219. background-image: url('{image:infobackground}');
  220. background-position: center;
  221. text-align: center;
  222. color: #fff;
  223. letter-spacing: 1px;
  224. transition-duration: 0.6s;
  225. -moz-transition-duration: 0.6s;
  226. -webkit-transition-duration: 0.6s;
  227. -o-transition-duration: 0.6s;
  228. font-size:14px;
  229. border: 4px {color:borders};
  230. border-style: double;
  231. }
  232.  
  233. #info a {
  234. font-size: 20pt;
  235. text-shadow: 1px 1px #000;
  236. color: {color:borders};
  237. }
  238.  
  239. #h1 {
  240. background-image: url('{image:infobackground}');
  241. text-align: center;
  242. color: #fff;
  243. font-family: 'Satisfy', cursive;
  244. border: 4px double {color:borders};
  245. padding: 10px;
  246. text-shadow: 2px 2px 2px #000;
  247. line-height: 110%;
  248. font-size: 18pt;
  249. background-position: center;
  250. margin-bottom: 5px;
  251. }
  252.  
  253. #poph1 {
  254. background-image: url('https://i.imgur.com/GBI2uvn.png');
  255. text-align: center;
  256. color: #fff;
  257. font-family: 'Satisfy', cursive;
  258. border: 4px double {color:borders};
  259. padding: 10px;
  260. text-shadow: 2px 2px 2px #000;
  261. line-height: 110%;
  262. font-size: 18pt;
  263. background-position: center;
  264. margin-bottom: 10px;
  265. }
  266.  
  267. #sidebar {
  268. margin-left: 527px;
  269. width: 145px;
  270. font-size: 9px;
  271. margin-top: 250px;
  272. position: fixed;
  273. background-color: transparent;
  274. padding: 10px;
  275. }
  276.  
  277. #description {
  278. height:160px;
  279. padding-right: 5px;
  280. overflow: auto;
  281. }
  282.  
  283. #audio {
  284. text-align: center;
  285. font-size: 8pt;
  286. line-height: 9pt;
  287. }
  288.  
  289.  
  290. #musicinfo {
  291.  
  292. text-transform: uppercase;
  293. margin-top:10px;
  294. }
  295.  
  296. blockquote {
  297. border-right: 2px solid {color:bold};
  298. border-left: 2px solid {color:italic};
  299. border-radius: 5px;
  300. transform:rotate(0deg);
  301. padding: 5px;
  302. background-color: #e1e2ef;
  303. font-size: 95%
  304. }
  305.  
  306. blockquote img {
  307. max-width: 100%;
  308. }
  309.  
  310.  
  311. ol.notes {
  312. text-align: left;
  313. list-style: upper-roman;
  314. padding: 10px;
  315.  
  316. }
  317.  
  318.  
  319. #info a:hover {
  320. color: {color:bold};
  321. }
  322.  
  323. #credit {
  324. right:10px;
  325. bottom:7px;
  326. padding:5px;
  327. font-size:10px;
  328. position:fixed;
  329. background-image: url('{image:infobackground}');
  330. background-position:right;
  331. text-align: center;
  332. font-style: italic;
  333. font-family: 'Satisfy', cursive;
  334. letter-spacing: 1px;
  335. border: 1px {color:borders};
  336. border-style: solid;
  337. padding: 5px;
  338. font-size: 120%;
  339. margin-bottom: 5px;
  340. transition-duration: 0.6s;
  341. -moz-transition-duration: 0.6s;
  342. -webkit-transition-duration: 0.6s;
  343. -o-transition-duration: 0.6s;
  344. }
  345.  
  346.  
  347. #credit a {
  348. font-family: 'Satisfy', cursive;
  349. color:#fff;
  350. padding:5px;
  351. letter-spacing:1px;
  352. text-decoration:none;
  353. font-weight:bold;
  354. }
  355.  
  356. #tags a {
  357. text-shadow: 1px 1px #000;
  358. color:{color:text};
  359. }
  360.  
  361. #post {
  362. width: 400px;
  363. margin-bottom: 25px;
  364. }
  365.  
  366. #posts {
  367. width: 400px;
  368. height: 525px;
  369. padding-right: 15px;
  370. position: absolute;
  371. margin-left:70px;
  372. margin-top: 60px;
  373. overflow: auto;
  374. }
  375.  
  376.  
  377. #links {
  378. position: fixed;
  379. margin-top: 520px;
  380. text-align: left;
  381. width: 300px;
  382. font-size: 13pt;
  383. line-height: 6pt;
  384. margin-left: 550px;
  385. }
  386.  
  387. #links a {
  388. color: {color:navlinks};
  389. font-weight: bold;
  390. margin-right: 20px;
  391. font-family: 'Satisfy', cursive;
  392. text-transform: uppercase;
  393. }
  394.  
  395. #links a:hover {
  396. color: {color:bold};
  397. font-style: normal;
  398. }
  399.  
  400.  
  401. #pages {
  402. text-align: left;
  403. position: fixed;
  404. margin-top: 7px;
  405. width: 300px;
  406. margin-top: 490px;
  407. margin-left: 527px;
  408. }
  409.  
  410. #pages a {
  411. line-height: 25px;
  412. font-size: 20px;
  413. }
  414.  
  415. #ask {
  416. border-bottom: 4px double {color:borders};
  417. width: auto;
  418. padding: 10px;
  419. height: auto;
  420. font-size: 15pt;
  421. }
  422.  
  423.  
  424. #alderaan {
  425. margin-left: 20px;
  426. position: fixed;
  427. }
  428.  
  429. #l1 { position: fixed;
  430. margin-top: 20px;
  431. margin-left: 520px;
  432. transition-duration: 0.6s;
  433. -moz-transition-duration: 0.6s;
  434. -webkit-transition-duration: 0.6s;
  435. -o-transition-duration: 0.6s;
  436. transform:rotate(-10deg);
  437. }
  438.  
  439. #l1:hover {
  440. transform:rotate(0deg);
  441. transition-duration: 0.6s;
  442. -moz-transition-duration: 0.6s;
  443. -webkit-transition-duration: 0.6s;
  444. -o-transition-duration: 0.6s;
  445. }
  446.  
  447. #l2 { position: fixed;
  448. margin-top: 130px;
  449. margin-left: 610px;
  450. transition-duration: 0.6s;
  451. -moz-transition-duration: 0.6s;
  452. -webkit-transition-duration: 0.6s;
  453. -o-transition-duration: 0.6s;
  454. transform:rotate(10deg);
  455. }
  456.  
  457. #l2:hover {
  458. transform:rotate(0deg);
  459. transition-duration: 0.6s;
  460. -moz-transition-duration: 0.6s;
  461. -webkit-transition-duration: 0.6s;
  462. -o-transition-duration: 0.6s;
  463. }
  464.  
  465. #l3 { position: fixed;
  466. margin-top: 80px;
  467. margin-left: 1120px;
  468. transition-duration: 0.6s;
  469. -moz-transition-duration: 0.6s;
  470. -webkit-transition-duration: 0.6s;
  471. -o-transition-duration: 0.6s;
  472. transform:rotate(20deg);
  473. }
  474.  
  475. #l3:hover {
  476. transform:rotate(0deg);
  477. transition-duration: 0.6s;
  478. -moz-transition-duration: 0.6s;
  479. -webkit-transition-duration: 0.6s;
  480. -o-transition-duration: 0.6s;
  481. }
  482.  
  483. #l4 { position: fixed;
  484. margin-top: 200px;
  485. margin-left: 1050px;
  486. transition-duration: 0.6s;
  487. -moz-transition-duration: 0.6s;
  488. -webkit-transition-duration: 0.6s;
  489. -o-transition-duration: 0.6s;
  490. transform:rotate(20deg);
  491. }
  492.  
  493. #l4:hover {
  494. transform:rotate(0deg);
  495. transition-duration: 0.6s;
  496. -moz-transition-duration: 0.6s;
  497. -webkit-transition-duration: 0.6s;
  498. -o-transition-duration: 0.6s;
  499. }
  500.  
  501. #l5 { position: fixed;
  502. margin-top: 310px;
  503. margin-left: 1170px;
  504. transition-duration: 0.6s;
  505. -moz-transition-duration: 0.6s;
  506. -webkit-transition-duration: 0.6s;
  507. -o-transition-duration: 0.6s;
  508. transform:rotate(-5deg);
  509. }
  510.  
  511. #l5:hover {
  512. transform:rotate(20deg);
  513. transition-duration: 0.6s;
  514. -moz-transition-duration: 0.6s;
  515. -webkit-transition-duration: 0.6s;
  516. -o-transition-duration: 0.6s;
  517. }
  518.  
  519. #fade {
  520. display: none;
  521. background: #fff;
  522. position: fixed;
  523. left: 0;
  524. top: 0;
  525. width: 100%;
  526. height: 100%;
  527. opacity: .50;
  528. z-index: 9999;
  529. }
  530.  
  531. .popup_block{
  532. display: none;
  533. padding: 20px;
  534. position: fixed;
  535. top: 50%;
  536. left: 50%;
  537. z-index: 99999;
  538. background-color: #cfe3f7;
  539. border: 5px solid #bdba85;
  540. }
  541.  
  542. img.btn_close {
  543. float: right;
  544. margin: -55px -55px 0 0;
  545. }
  546.  
  547. *html #fade {
  548. position: absolute;
  549. }
  550.  
  551. *html .popup_block {
  552. position: absolute;
  553. }
  554.  
  555. </style>
  556.  
  557. </head>
  558.  
  559. <body>
  560.  
  561. <div id="alderaan">
  562. <div id="l1"><a href="/" title="{text:link1title}"><img src="https://i.imgur.com/8PzXIR8.png" width="110"></a></div>
  563. <div id="l2"><a href="#?w=500" rel="askme" class="poplight" title="{text:link2title}"><img src="https://i.imgur.com/cYJYNkq.png" width="110"></a></div>
  564. <div id="l3"><a href="#?w=500" rel="about" class="poplight" title="{text:link3title}"><img src="https://i.imgur.com/TDr4eXh.png" width="100"></a></div>
  565. <div id="l4"><a href="#?w=500" rel="verses" class="poplight" title="{text:link4title}"><img src="https://i.imgur.com/gc93WsL.png" width="90"></a></div>
  566. <div id="l5"><a href="#?w=500" rel="nav" class="poplight" title="{text:link5title}"><img src="https://i.imgur.com/XXQOtGt.png" width="90"></a></div>
  567. </div>
  568.  
  569. <div id="pages">
  570. {block:Pagination}
  571. {block:PreviousPage}
  572. <a href="{PreviousPage}">fall</a> /
  573. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  574. {/block:NextPage}
  575. {/block:Pagination}
  576. </div>
  577.  
  578.  
  579. <div id="sidebar">
  580. <div id="h1" style="font-size: 15px;">{title}</div>
  581. <div id="description">
  582. {description}</div>
  583.  
  584.  
  585.  
  586. </div>
  587.  
  588. </div>
  589.  
  590. <div id="posts">
  591.  
  592.  
  593. {block:Posts}<div id="post">
  594.  
  595.  
  596.  
  597. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  598.  
  599. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  600.  
  601. {Caption} {/block:Caption}{/block:Photo}
  602.  
  603. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  604.  
  605. {/block:Photoset}
  606.  
  607. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  608.  
  609. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  610.  
  611. {Description}{/block:Description}{/block:Link}
  612.  
  613. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  614.  
  615. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  616.  
  617. {block:Audio}
  618. <div id="audio">
  619. {block:TrackName}
  620. <div id="musicinfo" style="margin-top: 5px;">
  621. {AudioPlayerGrey} <br>
  622. {TrackName} by
  623. {/block:TrackName}
  624. {block:Artist}
  625. {Artist}
  626. {/block:Artist}
  627.  
  628. </div>
  629. </div>
  630. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  631. {/block:Audio}
  632.  
  633.  
  634. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  635.  
  636. {block:Answer}
  637. <div id="ask">
  638. <div id="qq" style="margin-top: 0px;">
  639. {Asker} asked,<br>
  640. <span style="font-weight: normal;font-family: 'Oxygen Mono', monospace; color: {color:text}; font-size: 10pt;">" {Question} "</span></div>
  641. </div>
  642. {Answer}{/block:Answer}
  643.  
  644. <div id="info">
  645. <a title="{TimeAgo}" title="{TimeAgo}">☾</a> <a href="{Permalink}" title="{NoteCount} notes">☾</a> <a href="{ReblogURL}" title="reblog">☾</a>
  646. <div id="tags">
  647. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Oxygen Mono', monospace; font-size: 9px; line-height: 13px; color: #fff;">#{Tag} </a>
  648. {/block:Tags}{/block:HasTags}
  649. </div>
  650. </div>
  651.  
  652.  
  653. </div>
  654. {block:PostNotes}<Div style="width: 400px;">
  655.  
  656.  
  657. {PostNotes}</div>{/block:PostNotes}
  658. {/block:Posts}</div>
  659.  
  660.  
  661. <div id="credit">
  662. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  663. </div>
  664.  
  665. <div id="askme" class="popup_block">
  666. <div id="poph1">{text:ask page title}</div>
  667. <iframe frameborder="0"
  668. height="190"
  669. id="ask_form"
  670. scrolling="no"
  671. src="https://www.tumblr.com/ask_form/diazblo.tumblr.com"
  672. width="100%">
  673. </iframe>
  674. </div>
  675.  
  676. <div id="about" class="popup_block">
  677. <div id="poph1">{text:about page title}</div>
  678. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  679. {text:about input}</div>
  680. </iframe>
  681. </div>
  682.  
  683. <div id="verses" class="popup_block">
  684. <div id="poph1">{text:verses page title}</div>
  685. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  686. {text:verses input}</div>
  687. </iframe>
  688. </div>
  689.  
  690. <div id="nav" class="popup_block">
  691. <div id="poph1">{text:nav page title}</div>
  692. <div style="height: 400px; overflow: auto; padding-right: 5px;">
  693. {text:nav input}</div>
  694. </iframe>
  695. </div>
  696.  
  697. <div id="credit">
  698. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  699. </div>
  700.  
  701.  
  702.  
  703.  
  704. </body>
  705.  
  706.  
  707.  
  708. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement