Advertisement
sunkei

sawako

May 1st, 2013
14,811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.35 KB | None | 0 0
  1. <!--
  2. sawako
  3. theme made by gyapo.tumblr.com
  4. don't remove this comment
  5. -->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <meta name="image:Background" content="http://static.tumblr.com/f5351abd7c2d4d2b3444360cfa01f27a/s2ymoja/Fdumm2ln1/tumblr_static_tumblr_ls2e05cme11r3vazto4_100.png"/>
  21. <meta name="image:Picture" content="http://static.tumblr.com/3cf0dfccd05ceef5dba62bb9c9fc4773/s2ymoja/x5Qmm0vtj/tumblr_static_imi200350.png"/>
  22.  
  23. <meta name="color:Title" content="#ccc" />
  24.  
  25. <meta name="color:Background" content="#fff" />
  26. <meta name="color:Description" content="#a7b2d1" />
  27. <meta name="color:DescriptionBG" content="#fff" />
  28. <meta name="color:DescriptionBorder" content="#111" />
  29.  
  30. <meta name="color:BlogrollBorder" content="#9c6b84" />
  31.  
  32. <meta name="color:IconBorder" content="#fff" />
  33.  
  34. <meta name="color:Menu" content="#000" />
  35. <meta name="color:MenuBorder" content="#00ffa6" />
  36. <meta name="color:Menu2Border" content="#f2ff00" />
  37.  
  38. <meta name="color:Extra1Border" content="#dbc2e9" />
  39.  
  40. <meta name="color:Link" content="#ff7300" />
  41.  
  42.  
  43. <meta name="color:EntryBG" content="#fff" />
  44. <meta name="color:EntryBorder" content="#e8fcb9" />
  45. <meta name="color:Texts" content="#416d83" />
  46. <meta name="color:CaptionBG" content="#dffded" />
  47. <meta name="color:Caption" content="#586c99" />
  48. <meta name="color:Date" content="#017552" />
  49. <meta name="color:Notes" content="#ff7300" />
  50. <meta name="color:Tag" content="#92c5e2" />
  51. <meta name="color:Button" content="#ffe300" />
  52.  
  53. <meta name="if:Title" content="1"/>
  54. <meta name="if:CustomScroll" content="1"/>
  55. <meta name="if:LikeReblog" content="1"/>
  56. <meta name="if:Blogroll" content="0"/>
  57. <meta name="if:ExtraOne" content="0"/>
  58. <meta name="if:EndlessScroll" content="0"/>
  59. <meta name="if:500" content="1"/>
  60. <meta name="if:400" content="0"/>
  61. <meta name="if:250" content="0"/>
  62.  
  63. <meta name="text:Notes" content="steps" />
  64. <meta name="text:Extra1" content="your text here" />
  65. <meta name="text:LinkTitle1" content="Link one" />
  66. <meta name="text:LinkURL1" content="URL1" />
  67. <meta name="text:LinkTitle2" content="Link two" />
  68. <meta name="text:LinkURL2" content="URL2" />
  69. <meta name="text:LinkTitle3" content="Link three" />
  70. <meta name="text:LinkURL3" content="URL3" />
  71. <meta name="text:LinkTitle4" content="Link four" />
  72. <meta name="text:LinkURL4" content="URL4" />
  73. <meta name="text:LinkTitle5" content="Link five" />
  74. <meta name="text:LinkURL5" content="URL3" />
  75. <meta name="text:LinkTitle6" content="Link six" />
  76. <meta name="text:LinkURL6" content="URL6" />
  77.  
  78.  
  79. {block:IfEndlessScroll}
  80. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  81.  
  82. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScroll}
  83.  
  84. <style type="text/css">
  85.  
  86. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  87.  
  88. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  89.  
  90. {block:IfCustomScroll}
  91. ::-webkit-scrollbar-thumb:vertical {background-color:{color:MenuBorder};}
  92. ::-webkit-scrollbar {height:0px;width:5px;background-color:{color:Background};}
  93. {/block:IfCustomScroll}
  94.  
  95. img
  96. {margin-bottom:-3px;}
  97.  
  98. body
  99. {font-family:calibri;
  100. font-size:10px;
  101. color:{color:Texts};
  102. background-color:{color:Background};
  103. background-image:url('{image:Background}');
  104. background-position: fixed;
  105. background-attachment:fixed;
  106. background-repeat:repeat;}
  107.  
  108. a
  109. {text-decoration:none;
  110. color:{color:Link};
  111. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  112. opacity:1;}
  113.  
  114. a:hover
  115. {text-decoration:none;
  116. color:{color:Link hover};
  117. opacity:1;}
  118.  
  119. blockquote
  120. {border-left:2px solid;
  121. padding-left:5px;}
  122.  
  123. #side
  124. {position:fixed;left:200px;top:150px;font-family:consolas;font-size:9px;
  125. width:200px;}
  126. #side img
  127. {max-width:200px;}
  128.  
  129. #on
  130. {position:absolute;margin:10px 10px 10px -3px;}
  131. .bo{padding:10px;border-left:{color:DescriptionBorder} 6px solid;-webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  132. .about
  133. {opacity:0;-webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;text-align:justify;color:{color:Description};}
  134. .bo:hover .about
  135. {opacity:1;background-color:{color:DescriptionBG};}
  136. .bo:hover
  137. {background-color:{color:DescriptionBG};}
  138.  
  139. #pp
  140. {font-family:consolas;font-size:9px;}
  141.  
  142. #menu
  143. {border-left:{color:MenuBorder} 6px solid;}
  144. #la
  145. {text-align:center;font-size:8px;text-transform:uppercase;font-family:courier;}
  146. .menu
  147. {color:{color:Menu};-webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;border-bottom:2px solid transparent;padding:0px 5px 0px 5px;}
  148. .menu:hover
  149. {border-bottom:2px solid {color:MenuBorder};}
  150.  
  151. #title
  152. { text-align:right;position:fixed; width: 200px; height:20px;margin-left:-110px;margin-top:100px;font-size:14px;font-family:consolas;color:{color:Title};
  153. -webkit-transform: rotate(-90deg);
  154. -moz-transform: rotate(-90deg);
  155. -ms-transform: rotate(-90deg);
  156. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
  157.  
  158. #coco
  159. {width:160px;text-align:center;}
  160.  
  161. #amai
  162. {border-left:{color:Menu2Border} 6px solid;}
  163.  
  164.  
  165. #icon
  166. {position:fixed;margin-top:-24px;text-align:center;margin-left:{block:IfNotEndlessScroll}53{/block:IfNotEndlessScroll}{block:IfEndlessScroll}78{block:IfEndlessScroll}px;}
  167. #ic
  168. {border:10px solid {color:IconBorder};float:left;}
  169. .row
  170. {float:left;width:25px;text-align:center;font-size:22px;color:{color:MenuBorder};}
  171.  
  172. .but
  173. {font-size:8px;text-transform:uppercase;font-family:courier;color:{color:Menu};-webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;border-bottom:2px solid transparent;padding:0px 5px 0px 5px;}
  174.  
  175. .but:hover
  176. {border-bottom:2px solid {color:Menu2Border};}
  177.  
  178. #ichi
  179. {border-left:{color:Extra1Border} 6px solid;}
  180. #roll
  181. {border-left:{color:BlogrollBorder} 6px solid;}
  182. #ni
  183. {max-height:72px;overflow:auto;}
  184.  
  185. #flo
  186. {float:left;margin:3px;}
  187.  
  188. #posts
  189. {margin-left:450px;margin-top:25px;}
  190.  
  191. .post
  192. {background-color:{color:EntryBG};
  193. margin-bottom:50px;
  194. border:20px solid {color:EntryBorder};
  195. width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;}
  196.  
  197. .post img
  198. {max-width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;}
  199.  
  200. .texte
  201. {text-align:justify; padding:5px;}
  202. #caption
  203. {font-family:consolas;font-size:9px;padding:1px 5px 1px 5px;background-color:{color:CaptionBG};margin:10px;color:{color:Caption};}
  204. .texte a
  205. {text-transform:uppercase;font-family:courier;font-size:8px;}
  206. .texte a:hover
  207. {text-decoration:line-through;}
  208.  
  209.  
  210. #noa
  211. {position:absolute;width:150px;margin-left:{block:If500}535{/block:If500}{block:If400}435{/block:If400}{block:If250}285{/block:If250}px;}
  212.  
  213. #date
  214. {background-color:{color:EntryBorder};padding:5px;text-align:center;font-size:8px;text-transform:uppercase;letter-spacing:1px;color:{color:Date};}
  215.  
  216. #sour
  217. {margin-top:4px;}
  218. #sour a
  219. {color:{color:IconBorder};}
  220. .lo
  221. {margin:2px;border:3px solid {color:IconBorder};}
  222.  
  223. #tag
  224. {margin:5px 35px 0px 35px;padding:5px 0px 5px 0px;text-align:center;border-top:1px solid {color:Tag};border-bottom:1px solid {color:Tag};font-size:8px;font-family:consolas;font-style:italic;}
  225. #tag a
  226. {color:{color:Tag};}
  227. #tag a:hover
  228. {text-decoration:line-through;}
  229.  
  230. #co
  231. {width:75px;margin:0 auto;}
  232. .button
  233. {float:left;margin:5px;border:1px solid {color:Button};border-radius:5px;-moz-border-radius:5px;padding:5px;width:15px;height:15px;-webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;}
  234. .button:hover
  235. {border:1px solid {color:Tag};}
  236. #notesn
  237. {text-align:center;font-size:9px;font-family:consolas;font-style:italic;color:{color:Notes};margin-top:5px;}
  238.  
  239.  
  240. #notre
  241. {width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;color:{color:Tag};}
  242. ol.notes {list-style-type: upper-roman;}
  243. ol.notes li.note img.avatar {width:0px;}
  244.  
  245. .head
  246. {padding:5px;background-color:{color:CaptionBG};margin:10px 10px 0px 10px;color:{color:Caption};text-align:center;font-size:14px;text-transform:uppercase;font-family:courier;}
  247.  
  248. #quote
  249. {text-align:center;padding:10px 10px 5px 10px;font-size:14px;font-style:italic;}
  250. #source
  251. {text-align:center;padding-bottom:10px;font-size:8px;text-transform:uppercase;}
  252.  
  253. .lin
  254. {padding:2px;}
  255. .label
  256. {font-size:8px;text-transform:uppercase;font-family:courier;}
  257. #odd
  258. {background-color:{color:CaptionBG};}
  259. #even .label
  260. {color:{color:Tag};}
  261.  
  262. #name
  263. {color:{color:Link};}
  264. #ur
  265. {font-size:8px;opacity:0.5;color:{color:Caption};font-family:calibri;text-transform:lowercase;}
  266.  
  267. #koe
  268. {width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;padding:10px 10px 0px 10px;}
  269. #art
  270. {width:{block:If500}150{/block:If500}{block:If400}150{/block:If400}{block:If250}100{/block:If250}px;}
  271. #art img
  272. {width:{block:If500}150{/block:If500}{block:If400}150{/block:If400}{block:If250}100{/block:If250}px;}
  273. #pla
  274. {background-color:#fff;margin-right:10px;width:{block:If500}308{/block:If500}{block:If400}208{/block:If400}{block:If250}108{/block:If250}px;border:1px solid {color:Button};border-radius:5px;-moz-border-radius:5px;padding:10px 5px 10px 5px;margin-bottom:10px;text-align:center;overflow:hidden;}
  275. #inf
  276. {margin:0 auto;width:100px;border-left:1px solid {color:Button};padding-left:10px;}
  277. .ryu
  278. {margin-bottom:2px;text-transform:uppercase;font-size:8px;}
  279. .by
  280. {color:{color:Tag};font-family:courier;}
  281.  
  282. #shitsu
  283. {width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;padding:10px;}
  284.  
  285. #ava
  286. {padding:10px;border:1px solid {color:Button};border-radius:5px;-moz-border-radius:5px;width:24px;}
  287. .asker
  288. {text-transform:uppercase;font-family:courier;}
  289. #rep
  290. {text-align:justify;background-color:{color:CaptionBG};color:{color:Caption}; margin-left:10px;padding:5px;}
  291.  
  292. </style>
  293. </head>
  294. <body>
  295.  
  296. {block:IfEndlessScroll}
  297. <a style="position:fixed;bottom:10px;right:10px;font-size:8px;text-transform:uppercase;font-family:courier;" href="#top">back to top</a>{/block:IfEndlessScroll}
  298.  
  299. <div id="side">
  300.  
  301. <div id="icon">
  302. {block:IfNotEndlessScroll}
  303. {block:Pagination}
  304. {block:PreviousPage}
  305. <a href="{PreviousPage}"><div class="row">«</div></a>
  306. {/block:PreviousPage}
  307. {/block:Pagination}
  308. {/block:IfNotEndlessScroll}
  309. <div id="ic">
  310. <img src="{PortraitURL-24}"/>
  311. </div>
  312. {block:IfNotEndlessScroll}
  313. {block:Pagination}
  314. {block:NextPage}
  315. <a href="{NextPage}"><div class="row">»</div></a>
  316. {/block:NextPage}
  317. {/block:Pagination}
  318. {/block:IfNotEndlessScroll}
  319.  
  320.  
  321. </div>
  322. {block:IfTitle}
  323. <div id="title">
  324. {Title}
  325. </div>
  326. {/block:IfTitle}
  327. <div id="on">
  328.  
  329. <div class="bo" id="menu">
  330. <div class="about" id="la">
  331. <a href="/"><span class="menu">home</span></a>
  332. <a href="/ask"><span class="menu">ask</span></a>
  333. <a href="/archive"><span class="menu">archive</span></a>
  334. <a href="http://gyapo.tumblr.com"><span class="menu">theme</span></a>
  335. </div>
  336. </div>
  337.  
  338. <div class="bo">
  339. <div class="about" id="pp">
  340. {Description}
  341. </div>
  342. </div>
  343.  
  344. <div class="bo" id="amai">
  345. <div class="about" id="gai" border="0" cellpadding="0" cellspacing="0">
  346. <table id="coco">
  347. <tr>
  348. <td><a href="{text:LinkURL1}"><span class="but">{text:LinkTitle1}</span></a></td>
  349. <td><a href="{text:LinkURL4}"><span class="but">{text:LinkTitle4}</span></a></td>
  350. </tr>
  351. <tr>
  352. <td><a href="{text:LinkURL2}"><span class="but">{text:LinkTitle2}</span></a></td>
  353. <td><a href="{text:LinkURL5}"><span class="but">{text:LinkTitle5}</span></a></td>
  354. </tr>
  355. <tr>
  356. <td><a href="{text:LinkURL3}"><span class="but">{text:LinkTitle3}</span></a></td>
  357. <td><a href="{text:LinkURL6}"><span class="but">{text:LinkTitle6}</span></a></td>
  358. </tr>
  359. </table>
  360. </div>
  361. </div>
  362.  
  363. {block:IfExtraOne}
  364. <div class="bo" id="ichi">
  365. <div class="about">
  366. {text:Extra1}
  367. </div>
  368. </div>
  369. {/block:IfExtraOne}
  370.  
  371.  
  372. {block:IfBlogroll}
  373. {block:Following}
  374. <div class="bo" id="roll">
  375. <div class="about" id="ni">
  376. {block:Followed}<a title="{FollowedTitle}" href="{FollowedURL}"><div id="flo"><img src="{FollowedPortraitURL-24}"/></div></a> {/block:Followed}
  377. </div>
  378. </div>
  379. {/block:Following}
  380. {/block:IfBlogroll}
  381.  
  382. </div>
  383. <img src="{image:Picture}"/>
  384.  
  385. </div>
  386.  
  387. <div id="posts">
  388. {block:Posts}
  389.  
  390. {block:RebloggedFrom}
  391. <!--{ReblogParentName}-->
  392. {/block:RebloggedFrom}
  393.  
  394. {block:ContentSource}
  395. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  396. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  397. {/block:SourceLogo}
  398. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  399. {/block:ContentSource}
  400.  
  401.  
  402. <div class="post">
  403.  
  404.  
  405. <div id="noa">
  406. {block:Date}<a href="{Permalink}"><div class="info" id="date">{DayOfMonthWithZero}{DayOfMonthSuffix} {Month} {Year}</div></a>{/block:Date}
  407.  
  408. {block:RebloggedFrom}<div id="sour"><center><a title="source : {ReblogRootName}" href="{ReblogRootURL}"><img class="lo" src="{ReblogRootPortraitURL-16}"/></a> <a title="via : {ReblogParentName}" href="{ReblogParentURL}"><img class="lo" src="{ReblogParentPortraitURL-16}"/></a></center></div>{/block:RebloggedFrom}
  409.  
  410. {block:NoteCount}<div id="notesn">{NoteCount} {text:Notes}</div> {/block:NoteCount}
  411.  
  412. {block:HasTags}<div id="tag">
  413. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  414. </div>{/block:HasTags}
  415.  
  416. {block:IfNotEndlessScroll}
  417. {block:IfLikeReblog}
  418. {block:Date}<div id="sour"><div id="co"><div class="button" id="like">{LikeButton size="15"}</div> <div class="button">{ReblogButton size="15"}</div></div></div>{/block:Date}
  419. {/block:IfLikeReblog}
  420. {/block:IfNotEndlessScroll}
  421.  
  422. </div>
  423.  
  424. {block:Quote}
  425. <div id="quote">"{Quote}"</div>
  426. <div id="source">{Source}</div>
  427. {/block:Quote}
  428.  
  429. {block:Text}
  430. {block:Title}<div class="head" id="titre">{Title}</div>{/block:Title}
  431. <div class="texte">{Body}</div>
  432. {/block:Text}
  433.  
  434. {block:Link}
  435. <a href="{URL}" target="_blank"> <div class="head" id="name">{Name} →
  436. <div id="ur">{URL}</div>
  437. </div>
  438. </a>
  439. {block:Description}<div class="texte">{Description}</div>
  440. {/block:Description}
  441. {/block:Link}
  442.  
  443. {block:Chat}
  444. {block:Title}<div class="head" id="titre">{Title}</div>{/block:Title}
  445. <div style="padding:10px;">
  446. {block:Lines}<div class="lin" id="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} <span class="line">{Line}</span></div> {/block:Lines}
  447. </div>
  448. {/block:Chat}
  449.  
  450. {block:Photo}
  451. <div><img src="{PhotoURL-500}"></div>
  452. {block:Caption} <div class="texte" id="caption">{Caption}</div>{/block:Caption}
  453. {/block:Photo}
  454.  
  455. {block:Audio}
  456. <table id="koe" border="0" cellpadding="0" cellspacing="0">
  457. <tr>
  458. <td><div id="pla">{AudioPlayerWhite}</div></td>
  459. <td rowspan="2"><div id="art">{block:AlbumArt}
  460. <img src="{AlbumArtURL}"/>
  461. {/block:AlbumArt}</div></td>
  462. </tr>
  463. <tr><td><div id="inf">
  464. {block:TrackName}
  465. <div class="ryu"><span class="by">{TrackName}</span></div>
  466. {/block:TrackName}
  467. {block:Artist}
  468. <div class="ryu"><span class="by">by</span> {Artist}</div>
  469. {/block:Artist}
  470. {block:Album}
  471. <div class="ryu"><span class="by">from</span> {Album}</div>
  472. {/block:Album}
  473. {block:PlayCount}<div class="ryu">{PlayCountWithLabel}</div> {/block:PlayCount}
  474. </div></td>
  475. </tr>
  476. </table>
  477. {block:Caption} <div class="texte" id="caption">{Caption}</div>{/block:Caption}
  478. {/block:Audio}
  479.  
  480.  
  481. {block:Photoset}
  482. <div id="photo" style="margin-bottom:-3px;">
  483. {block:If250}
  484. {Photoset-250}
  485. {/block:If250}
  486. {block:If400}
  487. {Photoset-400}
  488. {/block:If400}
  489. {block:If500}
  490. {Photoset-500}
  491. {/block:If500}
  492. </div>
  493. {block:Caption} <div class="texte" id="caption">{Caption}</div>{/block:Caption}
  494. {/block:Photoset}
  495.  
  496. {block:Video}
  497. <div id="photo" style="margin-bottom:-3px;">
  498. {block:If250}
  499. {Video-250}
  500. {/block:If250}
  501. {block:If400}
  502. {Video-400}
  503. {/block:If400}
  504. {block:If500}
  505. {Video-500}
  506. {/block:If500}
  507. </div>
  508. {block:Caption} <div class="texte" id="caption">{Caption}</div>{/block:Caption}
  509. {/block:Video}
  510.  
  511.  
  512. {block:Answer}
  513. <table id="shitsu" border="0" cellpadding="0" cellspacing="0">
  514. <tr>
  515. <td width="46px"><div id="ava"><img src="{AskerPortraitURL-24}"/></div></td>
  516. <td><div id="rep"><span class="asker">{Asker}:</span> {Question}</div></td>
  517. </tr>
  518. <tr>
  519. <td colspan="2"><div class="texte" id="ans">{Answer}</div></td>
  520. </tr/>
  521. </table>
  522. {/block:answer}
  523.  
  524.  
  525. </div>
  526.  
  527.  
  528. {block:PermalinkPage}
  529. {block:PostNotes}<div id="notre">{PostNotes}</div>{/block:PostNotes}
  530. {/block:PermalinkPage}
  531. {/block:Posts}
  532. </div>
  533.  
  534.  
  535. </body>
  536. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement