alicescreed

villainadjacent

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