elsaofarendelle

I Am Found 2019)

Mar 26th, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.44 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Yellowtail&display=swap" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
  15.  
  16. <!--- tooltips --->
  17.  
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips();
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28.  
  29. </style>
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37.  
  38. <!-------------------------------------------
  39. Code by fulltimeforestcryptid.
  40. Don't copy or distribute.
  41. Don't claim as your own.
  42. -------------------------------------------->
  43.  
  44. <meta name="image:background" content=""/>
  45. <meta name="image:sidebar" content=""/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. iframe.tmblr-iframe {
  51. z-index:9999999!important;
  52. top:-7px!important;
  53. right:10px!important;
  54. opacity:0.4;
  55. filter:invert(1) hue-rotate(180deg);
  56. -webkit-filter:invert(1) hue-rotate(180deg);
  57. -o-filter:invert(1) hue-rotate(180deg);
  58. -moz-filter:invert(1) hue-rotate(180deg);
  59. -ms-filter:invert(1) hue-rotate(180deg);
  60. transform:scale(0.6);
  61. transform-origin:100% 0;
  62. -webkit-transform:scale(0.6);
  63. -webkit-transform-origin:100% 0;
  64. -o-transform:scale(0.6);
  65. -o-transform-origin:100% 0;
  66. -moz-transform:scale(0.6);
  67. -moz-transform-origin:100% 0;
  68. -ms-transform:scale(0.6);
  69. -ms-transform-origin:100% 0;
  70. transition: opacity 0.6s ease-in-out;
  71. -moz-transition: opacity 0.6s ease-in-out;
  72. -webkit-transition: opacity 0.6s ease-in-out;
  73. }
  74.  
  75. iframe.tmblr-iframe:hover { opacity:0.8!important; }
  76.  
  77.  
  78. /* --- CURSOR START --- */
  79.  
  80. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  81.  
  82. /* --- CURSOR END --- */
  83.  
  84. /* --- FONTS START --- */
  85.  
  86. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  87.  
  88. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  89.  
  90. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  91.  
  92.  
  93.  
  94.  
  95.  
  96. /* --- FONTS END --- */
  97.  
  98.  
  99. /* --- SCROLLBAR START ---*/
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background-color: #a2a2a2;
  103. border: none;
  104. height:auto;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height:auto;
  109. width:5px;
  110. background-color: transparent;
  111. border:5px solid transparent;
  112. }
  113.  
  114. /* --- SCROLLBAR END --- */
  115.  
  116.  
  117. /* --- TOOLTIPS START --- */
  118.  
  119. #s-m-t-tooltip{
  120. max-width:300px;
  121. margin:15px;
  122. padding:2px 8px;
  123. background: #fff;
  124. border: 1px solid #a2a2a2;
  125. color: #878787;
  126. border-radius:0px;
  127. z-index:9999999999999;
  128. font-size:12px;
  129. font-family: 'Ice kingdom';
  130. font-weight:bold;
  131. text-transform:normal;
  132. box-shadow: 2px 2px 5px #000;
  133. -webkit-transition:all 0.7s;
  134. -moz-transition:all 0.7s;
  135. -ms-transition:all 0.7s;
  136. -o-transition:all 0.7s;
  137. transition:all 0.7s;
  138. }
  139.  
  140. /* --- TOOLTIPS END --- */
  141.  
  142.  
  143. /* --- BODY START ---*/
  144.  
  145. body {
  146. background:#fff;
  147. background-image:url({image:background});
  148. background-attachment: fixed;
  149. background-repeat: no-repeat;
  150. background-position:0px 0px;
  151. margin:0px;
  152. color:#a2a2a2;
  153. font-family: 'Cormorant Garamond', serif;
  154. font-size:11px;
  155. line-height:120%;
  156. word-wrap: break-word;
  157. }
  158.  
  159. blockquote {
  160. padding-left:5px;
  161. border-left:2px solid;
  162. border-color: #a2a2a2;
  163. border-radius:6px;
  164. }
  165.  
  166. a {
  167. color: #a2a2a2;
  168. text-decoration:none;
  169. -webkit-transition:all 0.5s ease-in-out;
  170. -moz-transition:all 0.5s ease-in-out;
  171. -o-transition:all 0.5s ease-in-out;
  172. -ms-transition:all 0.5s ease-in-out;
  173. transition:all 0.5s ease-in-out;
  174. }
  175.  
  176.  
  177. img {none;}
  178.  
  179. h1 {
  180. font-family: 'Ice kingdom';
  181. text-transform:none;
  182. font-size:25px;
  183. line-height:30px;
  184. letter-spacing:0px;
  185. text-align:center;
  186. font-style:normal;
  187. color: #a2a2a2;
  188. }
  189.  
  190. h2 {
  191. color: #b1badf;
  192. text-transform: none;
  193. letter-spacing:1px;
  194. font-family: 'Ice kingdom';
  195. font-size:17px;
  196. }
  197.  
  198. hr {
  199. border-color: #ebc7e1;
  200. border-width: .5px;
  201. }
  202.  
  203. #fixerupper {
  204. width:500px;
  205. margin:0 auto -12px auto;
  206. }
  207.  
  208. #container {
  209. width:410px;
  210. height:414px;
  211. margin-left:110px;
  212. margin-top:154px;
  213. position:fixed;
  214. overflow-y:scroll;
  215. overflow-x:hidden;
  216. padding-left:50px;
  217. padding-right:20px;
  218. padding-top:17px;
  219. padding-bottom:10px;
  220. z-index:50
  221. }
  222.  
  223. #post {
  224. background: none;
  225. width:380px;
  226. padding-bottom:30px;
  227. padding: 30px;
  228. text-align: justify;
  229. margin-top:0px;
  230. border: 3px none #f7f7f7;
  231. line-height: 100%;
  232. }
  233.  
  234.  
  235. #post img {
  236. padding: 0;
  237. max-width:100%;
  238. width: auto;
  239. height: auto;
  240. }
  241.  
  242. #post video {
  243. padding: 0;
  244. max-width:100%;
  245. width: auto;
  246. height: auto;
  247. }
  248.  
  249. pre {
  250. font-family: 'lumierlight';
  251. font-size:10px;
  252. color:#2e1f18;
  253. letter-spacing:1px;
  254. text-align:center;
  255. text-transform:uppercase;
  256. padding:6px;
  257. background:url('');
  258. background-repeat:repeat;;
  259. }
  260.  
  261.  
  262. b {
  263. text-transform: bold;
  264. color: #ebc7e1;
  265. letter-spacing:1px;
  266. text-shadow: 2px 2px 5px #eee;
  267. font-family: 'Bebas Neue', cursive;
  268. font-size:17px;
  269. line-height:100%;
  270. }
  271.  
  272. i {
  273. text-transform: italic;
  274. color: #b1badf;
  275. letter-spacing:1px;
  276. font-family: 'Yellowtail', cursive;
  277. text-shadow: 0px 0px 3px #a2a2a2;
  278. font-size:20px;
  279. line-height:100%;
  280. }
  281.  
  282. sub, small, sup {
  283. font-size: 12px;
  284. }
  285.  
  286. /* --- BODY END --- */
  287.  
  288.  
  289. /* --- SIDEBAR START ---*/
  290.  
  291. #sidebar{
  292. position: fixed;
  293. top: 80px;
  294. width:150px;
  295. height:70px;
  296. left: 830px;
  297. padding:20px;
  298. }
  299.  
  300. #sidebarimage img{
  301. width: 260px;
  302. height:209px;
  303. padding:10px;
  304. border:2px none #634911;
  305. margin-top:70px;
  306. margin-left:43px;
  307. background:transparent;
  308. background-image:{image:sidebarimage};
  309. }
  310.  
  311. #nav {
  312. position:fixed;
  313. overflow:hidden;
  314. margin-top:150px;
  315. margin-left:315px;
  316. }
  317.  
  318. #link1 a , #link2 a, #link3 a
  319.  
  320. #title {
  321. font-family:times;
  322. text-align:center;
  323. width:300px;
  324. margin-top:5px;
  325. margin-left:200px;
  326. text-transform:uppercase;
  327. font-style:normal;
  328. font-size:20px;
  329. color:#a2a2a2;
  330. }
  331.  
  332. #description {
  333. background:none;
  334. width:155px;
  335. height:300px;
  336. overflow-y:scroll;
  337. overflow-x:hidden;
  338. margin-top:-270px;
  339. margin-left: -85px;
  340. padding: 12px;
  341. padding-right:10px;
  342. text-align:justify;
  343. font-style: none;
  344. font-family: 'Cormorant Garamond', serif;
  345. font-size:11px;
  346. color: #a2a2a2;
  347. text-shadow: none;
  348. letter-spacing:1px;
  349. line-height:155%;
  350. }
  351.  
  352. #updates {
  353. width:159px;
  354. height:67.5px;
  355. overflow-y:scroll;
  356. overflow-x:hidden;
  357. margin-left:93.5px;
  358. margin-top:-4px;'
  359. font-style: none;
  360. font-family: 'Cormorant Garamond', serif;
  361. font-size:11px;
  362. text-transform:normal;
  363. color: #878787;
  364. background: url("https://i.imgur.com/qCzd1kM.png");
  365. letter-spacing:1px;
  366. line-height:200%;
  367. position:fixed;
  368. }
  369.  
  370. #pagination {
  371. font-family: 'Bebas Neue', cursive;
  372. width:500px;
  373. font-size:15px;
  374. margin-top:97px;
  375. margin-left:-170px;
  376. padding-left:5px;
  377. letter-spacing:3px;
  378. text-align:center;
  379. text-transform:uppercase;
  380. color: #ebc7e1;
  381. }
  382.  
  383. #pagination a {
  384. color:#a2a2a2;
  385. }
  386.  
  387. /* --- SIDEBAR END ---*/
  388.  
  389.  
  390. /* --- LINKS START --- */
  391.  
  392. #links1 {
  393. width:162px;
  394. position:fixed;
  395. margin-left:-265px;
  396. margin-top: -28px;
  397. padding:8px;
  398. }
  399.  
  400. #links1 a{
  401. min-width:159px;
  402. background: #fff;
  403. border: 1px solid #a2a2a2;
  404. color: #878787;
  405. display:inline-block;
  406. margin:4px;
  407. font-size:8px
  408. font-family: 'lumierlight';
  409. text-align:center;
  410. text-transform:uppercase;
  411. padding-top:2px;
  412. line-height:155%;
  413. }
  414.  
  415. #links2 {
  416. width:162px;
  417. position:fixed;
  418. margin-left: 80px;
  419. margin-top:-342px;
  420. padding:8px;
  421. }
  422.  
  423. #links2 a{
  424. min-width:159px;
  425. background: #fff;
  426. border: 1px solid #a2a2a2;
  427. color: #878787;
  428. display:inline-block;
  429. margin:4px;
  430. font-size:8px
  431. font-family: 'lumierlight';
  432. text-align:center;
  433. text-transform:uppercase;
  434. padding-top:2px;
  435. line-height:155%;
  436. }
  437.  
  438. /* --- LINKS END --- */
  439.  
  440.  
  441. /* --- CREDIT START --- */
  442.  
  443. .credit{
  444. position:fixed;
  445. font-size:20px;
  446. right:40px;
  447. bottom:20px;
  448. z-index:51;
  449. }
  450.  
  451. .credit a {
  452. font-family: "starfish";
  453. text-decoration:none;
  454. text-transform:uppercase;
  455. color: #a2a2a2;
  456. text-shadow: 1px 1px 1px #1c1c41;
  457. -moz-transition-duration:.7s;
  458. -webkit-transition-duration:.7s;
  459. -o-transition-duration:.7s;
  460. }
  461.  
  462. /* --- CREDIT END --- */
  463.  
  464.  
  465. /* --- POST NOTES START --- */
  466.  
  467. .note {
  468. padding:0px 20px 0px 20px;
  469. background-color:transparent;
  470. text-transform:lowercase;
  471. letter-spacing:0px;
  472. font-size: 11px;
  473. font-style:normal;
  474. text-align:left;
  475. line-height:120%;
  476. }
  477.  
  478. .note li {
  479. list-style-type:none;
  480. padding:5px 25px 5px 25px;
  481. text-align:left;
  482. margin-right:30px;
  483. margin-top:-50px;
  484. }
  485.  
  486. #info {
  487. height:20px;
  488. text-align:center;
  489. margin-top:25px;
  490. padding-top:10px;
  491. padding:15px;
  492. padding-bottom:1px;
  493. text-transform:normal;
  494. font-style:none;
  495. font-size:12px;
  496. font-family:'Ice kingdom';
  497. background: url("https://i.imgur.com/ClO0eAV.png");
  498. color: #a2a2a2;
  499. border: 1px solid #a2a2a2;
  500. line-height:60%;
  501. }
  502.  
  503. #info a {
  504. color: #878787;
  505. }
  506.  
  507. #tags {
  508. font-family: 'Cormorant Garamond', serif;
  509. text-align:center;
  510. margin-top:5px;
  511. padding-bottom:0px;
  512. text-transform:none;
  513. font-style:none;
  514. font-size:12px;
  515. }
  516.  
  517. #tags a {
  518. color: #878787;
  519. }
  520.  
  521. /* --- POST NOTES END --- */
  522.  
  523.  
  524. /* --- ASK & AUDIO START --- */
  525.  
  526. .ask {
  527. color: #878787;
  528. background: url("https://i.imgur.com/qCzd1kM.png");
  529. border: 1px solid #a2a2a2;
  530. padding:15px;
  531. margin-bottom:15px;
  532. margin-top:10px;
  533. }
  534.  
  535. .askheader {
  536. }
  537.  
  538. .asker {
  539. color: #878787;
  540. text-shadow: -1px -1px -1px #a2a2a2;
  541. text-shadow: 1px 1px 1px #a2a2a2;
  542. font-family: 'Ice kingdom';
  543. font-size:22px;
  544. line-height:20px;
  545. text-align:center;
  546. padding-bottom:5px;
  547. }
  548.  
  549. .answer {
  550. color: #a2a2a2;
  551. }
  552.  
  553. .chat {
  554. list-style:none;
  555. margin-top:15px;
  556. margin-bottom:0px;
  557. font-size:10px;
  558. margin-left:0px;
  559. }
  560.  
  561. .chat ul {
  562. line-height:18px;
  563. margin-top:0px;
  564. list-style:none;
  565. padding:0px;
  566. letter-spacing:2px;
  567. font-size:10px;
  568. margin-bottom:0px;
  569. text-transform:normal;
  570. }
  571.  
  572. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  573. background: url("https://i.imgur.com/ClO0eAV.png");
  574. padding:3px 8px 3px 8px;
  575. color: #878787;
  576. }
  577.  
  578. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  579. background-color: none;
  580. padding:3px 8px 3px 8px;
  581. color: #a2a2a2;
  582. border-bottom: none;
  583. }
  584.  
  585. .audio{
  586. color: #a2a2a2;
  587. background: #fff;
  588. border: 1px solid #a2a2a2;
  589. padding:15px;
  590. height:70px;
  591. font-size:8px;
  592. overflow:hidden;
  593. }
  594.  
  595. .video {
  596. width:380px!important;
  597. }
  598.  
  599. .video iframe {
  600. width:380px!important;
  601. }
  602.  
  603. /* --- ASK & AUDIO END --- */
  604.  
  605. {CustomCSS}</style></head><body>
  606.  
  607. <div id="fixerupper">
  608.  
  609. <div id="sidebar">
  610.  
  611. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  612.  
  613. <div class="credit">
  614. <a href="https://wintersovereign.tumblr.com/themes">W</a>
  615. </div>
  616.  
  617. <div id="title"></div>
  618.  
  619. <div id="description">
  620. <center>
  621. <p><b>Elsa</b>, the <b>Snow Queen</b> of Disney's <small><em>Frozen Franchise</em></small>. This portrayal is <b>heavily</b> influienced by novels & comics.<br>Beloved by Jess.</br>Unaffilated with the disney RPC.</br>Kingdom Hearts friendly!</p></p><p>Currently accepting new plotted threads. Crossovers highly encouraged.</p>
  622. </center>
  623. </div>
  624.  
  625. <div id="updates">
  626. <center><p><big><u>Themes For Sale</u></big><br>Peruse my <b><a href="https://wintersovereign.tumblr.com/tagged/my%20themes">Theme Gallery</a></b> and if you see one you like, please submit a <a href="https://wintersovereign.tumblr.com/themes">request form</a> to my inbox.<br>All payments are done via PayPal.</p></center>
  627. </div>
  628.  
  629. <div id="links1">
  630. <center>
  631. <a href="/">home</a>
  632. <a href="/ask">ask</a>
  633. <a href="/rules">rules</a>
  634. </center>
  635. </div>
  636.  
  637. <div id="links2">
  638. <center>
  639. <a href="/verses">verses</a>
  640. <a href="/about">about</a>
  641. <a href="/navigation">more</a>
  642. </center>
  643. </div>
  644.  
  645. <div id="scrollbar">{scrollbar}</div>
  646.  
  647. <div id="pagination">
  648. <center> {block:Pagination}
  649. <div id="pagination">
  650. {block:PreviousPage}
  651. <a href="{PreviousPage}"><big>«</big></a>
  652. {/block:PreviousPage}
  653. {block:JumpPagination length="5"}
  654. {block:CurrentPage}
  655. <span class="current_page">{PageNumber}</span>
  656. {/block:CurrentPage}
  657. {block:JumpPage}
  658. <a class="jump_page" href="{URL}">{PageNumber}</a>
  659. {/block:JumpPage}
  660. {/block:JumpPagination}
  661. {block:NextPage}
  662. <a href="{NextPage}"><big>»</big></a>
  663. {/block:NextPage}
  664. </div>
  665. {/block:Pagination}</center>
  666. </div>
  667.  
  668. {block:HasPages}{block:Pages}
  669.  
  670. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  671.  
  672. </div></center>
  673.  
  674.  
  675. </div>
  676.  
  677. <div id="container">{block:Posts}<div id="post">
  678.  
  679. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  680. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  681.  
  682. {block:blockquote}{/block:blockquote}
  683.  
  684. {block:ContentSource}
  685. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  686. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  687. {/block:SourceLogo}
  688. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  689. {/block:ContentSource}
  690.  
  691. {block:Photo}
  692. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="380px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  693. {/block:Photo}
  694.  
  695. {block:Photoset}
  696. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  697. {/block:Photoset}
  698.  
  699. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  700.  
  701. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  702.  
  703. {block:Chat}
  704. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  705. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  706. {/block:Chat}
  707.  
  708. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  709. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  710.  
  711. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  712.  
  713. {block:Answer}
  714. <div class="askheader"><img src="" draggable="false"></div>
  715. <div class="ask"><div class="asker">{Asker}<font color=#a2a2a2> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  716. {/block:Answer}
  717.  
  718.  
  719. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  720.  
  721. <div id="tags">
  722. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  723.  
  724. </div>
  725. {block:PostNotes}{PostNotes}{/block:PostNotes}
  726. {/block:Posts}</div>
  727.  
  728. </body>
  729.  
  730. <!-- Statcounter code for Elsa Blog http://fulltimeforestcryptid.tumblr.com on Tumblr -->
  731. <script type="text/javascript">
  732. var sc_project=13060216;
  733. var sc_invisible=1;
  734. var sc_security="341a33fb";
  735. </script>
  736. <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
  737. <noscript><div class="statcounter"><a title="free web stats" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/13060216/0/341a33fb/1/" alt="free web stats" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
  738. <!-- End of Statcounter Code -->
  739.  
  740.  
  741. </head>
Advertisement
Add Comment
Please, Sign In to add comment