Advertisement
Daichi-Sama

Alex Tres code

Oct 11th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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. <!--- THEME 4 BY WEHRMXCHT
  6. DO NOT COPY, REDISTRUBUTE AS YOUR OWN, REMOVE CREDIT, LIFT CODE, OR STEAL, THAT'S A REAL SHITTY THING TO DO, K? --->
  7.  
  8. <!--- CUSTOM FONTS --->
  9.  
  10. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  15.  
  16. <!--- CUSTOM FONTS --->
  17.  
  18. <!--- TOOLTIP --->
  19.  
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:7,
  28. tip_fade_speed:7,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <!--- TOOLTIP --->
  36.  
  37. <!---META--->
  38.  
  39. <title>{title}</title>
  40. <link rel="shortcut icon" href="https://66.media.tumblr.com/25294cb8a5cd0f5709cc59385838e8d5/tumblr_inline_plhwmk5U4u1wxua3a_540.png">
  41. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  42. <meta name="description" content="" />
  43. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  44.  
  45. <!--- COLOR OPTIONS --->
  46. <meta name="color:Background" content="#000000"/>
  47. <meta name="color:Posts BG" content="#3c3c3c"/>
  48. <meta name="color:Text" content="#ffffff"/>
  49. <meta name="color:Post Bold" content="#65bb71"/>
  50. <meta name="color:Post Italic" content="#cacaca"/>
  51. <meta name="color:Link" content="#1b6731"/>
  52. <meta name="color:Link Hover" content="#65bb71"/>
  53. <meta name="color:Scrollthumb" content="#ffffff"/>
  54. <meta name="color:Info BG" content="#000000"/>
  55. <meta name="color:Tooltip BG" content="#000000"/>
  56. <meta name="color:Tooltip Font" content="#ffffff"/>
  57.  
  58. <!---META--->
  59.  
  60. <style type="text/css">
  61.  
  62. /* --- TO MAKE POSTS BLACK AND WHITE THEN COLOUR ON HOVER. REMOVE THIS IF YOU DON'T WANT THAT OPTION ---*/
  63.  
  64. img {
  65. -webkit-filter: grayscale(100%);
  66. z-index: -9999999999999999999999999px;
  67. -webkit-transition: all 0.9s ease-in-out;
  68. -moz-transition: all 0.9s ease-in-out;
  69. -o-transition: all 0.9s ease-in-out;
  70. -ms-transition: all 0.9s ease-in-out;
  71. transition: all 0.9s ease-in-out;
  72. }
  73.  
  74. img:hover {
  75. -webkit-filter: grayscale(0%);
  76. z-index: -9999999999999999999999999px;
  77. -webkit-transition: all 0.9s ease-in-out;
  78. -moz-transition: all 0.9s ease-in-out;
  79. -o-transition: all 0.9s ease-in-out;
  80. -ms-transition: all 0.9s ease-in-out;
  81. transition: all 0.9s ease-in-out;
  82. }
  83.  
  84. /* --- DESCRIPTION/SIDEBAR ---*/
  85.  
  86. #description {
  87. border-top:solid 1px transparent;
  88. border-bottom:solid 1px transparent;
  89. width: 82px;
  90. height: 190px;
  91. font-size: 10px;
  92. font-family:helvetica;
  93. text-align: justify;
  94. top: 290px;
  95. line-height:15px;
  96. position: fixed;
  97. overflow-y: scroll;
  98. padding-right: 5px;
  99. left: 725px;
  100.  
  101. }
  102.  
  103. #description b, strong {
  104. color: #cacaca;
  105. font-family: 'Oswald', sans-serif;
  106. text-transform:uppercase;
  107. text-shadow: 0px 0px 1px #0e090c;
  108. font-size:14px;
  109. letter-spacing:0px;
  110.  
  111. }
  112.  
  113. #description i, em {
  114. color: #cacaca;
  115. font-family: 'Homemade Apple', cursive;
  116. text-shadow: 0px 0px 3px #0e090c;
  117. text-transform:none;
  118. font-size:12px;
  119. letter-spacing:1px;
  120. }
  121.  
  122. /* --- DESCRIPTION/SIDEBAR ---*/
  123.  
  124. /* --- CSS --- */
  125.  
  126. /* --- BACKGROUND --- */
  127.  
  128. html {
  129. background:#1c1c1c;
  130. background-image:url('https://static.tumblr.com/odahqqg/7Snpgds6s/bg.alex.png');
  131. background-attachment:fixed;
  132. background-repeat:no-repeat;
  133. background-position: top left;
  134. margin:0px;
  135. word-wrap:break-word;
  136.  
  137. /* --- SCROLLBAR --- */
  138.  
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142. width: 1px;
  143. height: 4px;
  144. padding:2px;
  145. background: transparent;
  146. }
  147.  
  148. ::-webkit-scrollbar-thumb {
  149. background-color: #cacaca;
  150. }
  151.  
  152. /* --- FONTS AND STUFF --- */
  153.  
  154. body {
  155. margin:0px;
  156. color:#cacaca;
  157. font-family:helvetica;
  158. text-transform:none;
  159. font-size:11px;
  160. text-align: justify;
  161. line-height:1.25em;
  162. letter-spacing:0px;
  163. margin-left:435px;
  164. }
  165.  
  166. h1 { /* --- Title style --- */
  167. font-family: 'Oswald', sans-serif;
  168. font-weight:bold;
  169. font-size:15px;
  170. text-align:center;
  171. font-style:bold;
  172. line-height:100%;
  173. letter-spacing:0px;
  174. color:#cacaca;
  175. }
  176.  
  177. h2 { /* --- Subitle style --- */
  178. font-family:tahoma;
  179. font-size:16px;
  180. text-align:center;
  181. font-style:italic;
  182. line-height:100%;
  183. letter-spacing:1px;
  184. color:#cacaca;
  185. padding:5px;
  186. padding-bottom:2px;
  187. }
  188.  
  189. hr {
  190. border-color: #cacaca;
  191. }
  192.  
  193. a { /* --- Link style --- */
  194. text-transform:uppercase;
  195. font-family: 'Raleway', sans-serif;
  196. color:#bfbfbf;
  197. text-shadow:0 0 2px #0e090c;
  198. text-decoration:none;
  199. -moz-transition-duration:0.5s;
  200. -webkit-transition-duration:0.5s;
  201. -o-transition-duration:0.5s;
  202. }
  203.  
  204. a:hover {
  205. text-shadow: 0 0 4px #0e090c;
  206. text-decoration:none
  207. -moz-transition-duration:0.5s;
  208. -webkit-transition-duration:0.5s;
  209. -o-transition-duration:0.5s;
  210. }
  211.  
  212. blockquote {
  213. padding-left:5px;
  214. border-left:2px solid;
  215. }
  216.  
  217. blockquote {
  218. border-left: solid;
  219. border-radius: 0px;
  220. border-left-width: 1px;
  221. border-color: #737373;
  222. padding:5px;
  223. padding-left: 7px;
  224. margin-left: 10px; }
  225.  
  226. #post { /* --- Post width/size --- */
  227. width:335px;
  228. padding-bottom:10px;
  229. padding-right:5px;
  230. }
  231.  
  232. #post b, strong { /* --- Bold font style --- */
  233. color: #cacaca;
  234. font-family: 'Oswald', sans-serif;
  235. text-transform:uppercase;
  236. text-shadow: 0px 0px 1px #0e090c;
  237. font-size:14px;
  238. letter-spacing:0px;
  239. }
  240.  
  241. #post i, em { /* --- Italic font style --- */
  242. color: #cacaca;
  243. font-family: 'Homemade Apple', cursive;
  244. text-shadow: 0px 0px 3px #0e090c;
  245. text-transform:none;
  246. font-size:14px;
  247. letter-spacing:1px;
  248. }
  249.  
  250. #post pre {
  251. font-family: times;
  252. color:#cacaca;
  253. white-space: pre-wrap;
  254. white-space: -moz-pre-wrap;
  255. white-space: -pre-wrap;
  256. white-space: -o-pre-wrap;
  257. word-wrap: break-word;
  258. }
  259.  
  260. /* --- SMALL TEXT AND SUB-TEXT STYLES --- */
  261.  
  262. small {
  263.  
  264. word-spacing:0px;
  265. font-size:10px;
  266. letter-spacing:0px;
  267. line-height:130%;
  268. }
  269.  
  270. }
  271.  
  272. sup, sub {
  273. word-spacing:0px;
  274. font-size:8.5px;
  275. }
  276.  
  277. big {
  278. font-size:12px;
  279. line-height:110%;
  280. text-shadow:1px 1px 0px #0e090c;
  281. }
  282.  
  283. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  284. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  285. SO DON'T MESS WITH IT BRO --- */
  286.  
  287. #post img.main_photo {
  288. width: 100%;
  289. }
  290.  
  291. #post img {
  292. max-width: 100%;
  293. height: auto;
  294. }
  295.  
  296. #post .photo img {
  297. opacity: 1;
  298. -webkit-transition: all 0.5s ease;
  299. -moz-transition: all 0.5s ease;
  300. -o-transition: all 0.5s ease;
  301. transition: all 0.5s ease;
  302. margin: 0;
  303. line-height: 0;
  304.  
  305. }
  306.  
  307. .tumblr_post.photo p {
  308. display: none;
  309. }
  310.  
  311. /* --- CSS --- */
  312.  
  313. .content { /* --- Entries within the container --- */
  314. padding:5px;
  315. width:338px;
  316. height:438px;
  317. margin-left:10px;
  318. margin-top:10px;
  319. margin-bottom:40px;
  320. position:fixed;
  321. overflow:scroll;
  322. overflow-x:hidden;
  323. background-color:transparent;
  324. ;
  325.  
  326. }
  327.  
  328. .backcont { /* --- Container itself --- */
  329. padding:2px;
  330. width:305px;
  331. height:314px;
  332. left:342px;
  333. top:135px;
  334. position:fixed;
  335. background-color:transparent;
  336. }
  337.  
  338. /* --- NAVIGATION LINKS --- */
  339.  
  340. .anavlinks {
  341. transform: rotate(0deg);
  342. text-shadow:1px 1px 3px #0e090c;
  343. color:#bfbfbf;
  344. background: transparent;
  345. padding: 2px;
  346. position: fixed;
  347. height:auto;
  348. top:260px;
  349. left:325px;
  350. font-family: tahoma;
  351. text-transform:uppercase;
  352. text-align: right;
  353. font-size: 15px;
  354. letter-spacing:0.5px;
  355. padding-top: 5px;
  356. }
  357.  
  358. .navlinks a {
  359. color:#bfbfbf;
  360. }
  361.  
  362. .navlinks a:hover {
  363. color: #cacaca;
  364. text-transform: uppercase;
  365. text-shadow:3px 3px 3px #0e090c;
  366. }
  367.  
  368. /* --- PAGINATION --- */
  369.  
  370. .navigation {
  371. transform: rotate(0deg);
  372. transform-origin: left top 0;
  373. position:absolute;
  374. width:300px;
  375. text-align:left;
  376. margin-top:260px;
  377. margin-left:170px;
  378. letter-spacing:2px;
  379. word-spacing:6px;
  380. text-align:center;
  381. font-size:7px;
  382. word-spacing:0px;
  383. position:fixed;
  384. font-family: 'Archivo Narrow', sans-serif;
  385. z-index:999;
  386. }
  387.  
  388. .navigation a {
  389. font-weight:800;
  390. width:300px;
  391. color:#bfbfbf;
  392. text-shadow:0px 0px 1px #0e090c;
  393. border-bottom:1px dotted transparent;
  394. -moz-transition-duration:.7s;
  395. -webkit-transition-duration:.7s;
  396. -o-transition-duration:.7s;
  397. }
  398.  
  399. .navigation a:hover {
  400. text-decoration:none;
  401. color:#cacaca;
  402. text-shadow:3px 3px 3px #0e090c;
  403. -moz-transition-duration:.7s;
  404. -webkit-transition-duration:.7s;
  405. -o-transition-duration:.7s;
  406. }
  407.  
  408. /* --- TIMESTAMPS, REBLOGS, SOURCE, ETC --- */
  409.  
  410. #info {
  411. font-family: 'Archivo Narrow', sans-serif;
  412. width:255px;
  413. margin-top:5px;
  414. margin-bottom:5px;
  415. border-color:#3c3c3c;
  416. padding-top:10px;
  417. font-size:10px;
  418. background:transparent;
  419. text-shadow: 1px 1px 7px #0e090c;
  420. padding:10px;
  421. margin-top:5px;
  422. margin-left:20px;
  423. color:#bfbfbf;
  424. text-transform:uppercase;
  425. font-style:normal;
  426. text-align:left;
  427. -moz-transition-duration:0.5s;
  428. -webkit-transition-duration:0.5s;
  429. -o-transition-duration:0.5s;
  430. }
  431.  
  432. #info a {
  433. color:#bfbfbf;
  434. font-style:normal;
  435. }
  436.  
  437. #info a:hover {
  438. color:#cacaca;
  439. text-shadow: 1px 1px 7px #bfbfbf;
  440. }
  441.  
  442. /* --- TAGS --- */
  443.  
  444. .tags {
  445. width:255px;
  446. margin-top:2px;
  447. margin-left:25px;
  448. text-transform:uppercase;
  449. padding:10px;
  450. font-style:normal;
  451. line-height:100%;
  452. padding-top:7px;
  453. text-align:center;
  454. position: center;
  455. background: #3c3c3c;
  456. opacity:1;
  457. border-bottom-left-radius: 20px;
  458. border-top-right-radius: 20px;
  459. border-top:solid 1px #3c3c3c;
  460. box-shadow: 2px 2px 5px #3c3c3c;
  461. -moz-transition-duration:1.2s;
  462. -webkit-transition-duration:1.2s;
  463. -o-transition-duration:1.2s;
  464.  
  465. }
  466.  
  467. .tags a{
  468. font-size:9px;
  469. font-family: helvetica;
  470. text-transform:uppercase;
  471. font-weight:0;
  472. font-weight:none;
  473. text-shadow: none;
  474. color:#bfbfbf;
  475. opacity:0.8;
  476. font-weight:none;
  477. -moz-transition-duration:1.2s;
  478. -webkit-transition-duration:1.2s;
  479. -o-transition-duration:1.2s;
  480. }
  481.  
  482. .tags a:hover{
  483. color:#cacaca;
  484. opacity:1;
  485. font-weight:none;
  486. -moz-transition-duration:1.2s;
  487. -webkit-transition-duration:1.2s;
  488. -o-transition-duration:1.2s;
  489.  
  490. }
  491.  
  492. .audio{
  493. overflow:hidden;
  494. }
  495.  
  496. #ask {
  497. float:left;
  498. color:#cacaca;
  499. }
  500.  
  501. /* --- TOOLTIP --- */
  502.  
  503. #s-m-t-tooltip {
  504. color:#cacaca;
  505. position:fixed;
  506. font-family: helvetica;
  507. letter-spacing: 1px;
  508. font-size:9px;
  509. background:#0e090c;
  510. text-shadow: 0px 0px 3px #0e090c;
  511. margin-left:15px;
  512. margin-top:-21px;
  513. text-transform:uppercase;
  514. padding: 5px;
  515. border:1px solid #cacaca;
  516. z-index:99999999999999999999999;
  517. transition:0.7s ease-in-out;
  518. -o-transition:0.7s ease-in-out;
  519. -ms-transition:0.7s ease-in-out;
  520. -moz-transition:0.7s ease-in-out;
  521. -webkit-transition:0.7s ease-in-out;
  522.  
  523. }
  524.  
  525. /* --- REMOVE THIS SHIT AND I'LL HAVE YOUR HEAD --- */
  526.  
  527. #credit {
  528. font-size:9px;
  529. font-family:verdana;
  530. font-style:none;
  531. letter-spacing:1px;
  532. -moz-transition-duration:0.5s;
  533. -webkit-transition-duration:0.5s;
  534. -o-transition-duration:0.5s;
  535. }
  536.  
  537. #credit a {
  538. background-color:transparent;
  539. padding:5px;
  540. position:fixed;
  541. right:15px;
  542. bottom:10px
  543. }
  544.  
  545. #credit a:hover {
  546. color:#cacaca;
  547. background-color:#0e090c;
  548. }
  549.  
  550. /* --- POP-UP CSS --- */
  551.  
  552. #fade {
  553. display: none;
  554. background: #000;
  555. position: fixed; left: 0; top: 0;
  556. width: 100%; height: 100%;
  557. opacity: .50;
  558. z-index: 9999;
  559. }
  560. .popup_block{
  561. width: 300px;
  562. height: 300px;
  563. overflow-y:scroll;
  564. overflow-x:hidden;
  565. display: none;
  566. background:#141414;
  567. padding: 30px;
  568. border: 0px solid #ddd;
  569. float: left;
  570. font-size: 8px;
  571. word-spacing:2px;
  572. position: fixed;
  573. top: 50%; left: 60%;
  574. z-index: 99999;
  575. /*--CSS3 Box Shadows--*/
  576. -webkit-box-shadow: 0px 0px 20px #000;
  577. -moz-box-shadow: 0px 0px 20px #000;
  578. box-shadow: 0px 0px 20px #000;
  579. /*--CSS3 Rounded Corners--*/
  580. -webkit-border-radius: 0px;
  581. -moz-border-radius: 0px;
  582. border-radius: 0px;
  583. }
  584. img.btn_close {
  585. float: right;
  586. margin: 0px 0px 0 0;
  587. }
  588. *html #fade {
  589. position: absolute;
  590. }
  591. *html .popup_block {
  592. position: absolute;
  593. }
  594.  
  595. h2 {
  596. font-size: 10px;
  597. font-family: arial;
  598. font-weight:normal;
  599. line-height:15px;
  600. margin:0px;
  601. text-decoration: none;
  602. color: #cacaca;
  603. }
  604.  
  605. h2 a {
  606. text-decoration: none;
  607. color: #bfbfbf;
  608. }
  609.  
  610. /* --- Controls how bold and italic looks in your pop-up --- */
  611.  
  612. .popup_block b, strong {
  613. color: #cacaca;
  614. font-family: 'Oswald', sans-serif;
  615. text-transform:uppercase;
  616. text-shadow: 0px 0px 1px #0e090c;
  617. font-size:14px;
  618. letter-spacing:0px;
  619. }
  620.  
  621. .popup_block i, em {
  622. color: #cacaca;
  623. font-family: 'Homemade Apple', cursive;
  624. text-shadow: 0px 0px 3px #0e090c;
  625. text-transform:none;
  626. font-size:14px;
  627. letter-spacing:1px;
  628. }
  629.  
  630. {CustomCSS}
  631.  
  632. </style></head><body>
  633.  
  634. <!-- DESCRIPTION HTML -->
  635.  
  636. <div id="description">
  637. <center>
  638. <h1>Black Wings</h1>
  639. <hr/>Independent rp blog for Tres Iqus from the Trinity Blood series.
  640. <br><br><b>Private & Selective.</b>
  641. <br><br>Please read through my <a href="/Rules">rules</a> <i>before</i> following & Interacting. <br><br>Written by <i>Alex</i>.
  642. </center>
  643.  
  644. </div>
  645.  
  646. <!--- CHANGE LINK NAMES HERE --->
  647.  
  648. <div class="anavlinks">
  649. <a href="/" title="REFRESH">✕</a></a><br /><br /><br /><br />
  650. <a href="/ask" title="ASK">✕</a><br /><br /><br /><br />
  651. <a href="/Rules" title="RULES">✕</a><br /><br /><br /><br />
  652. <a href="/Muses" title="MUSES">✕</a><br /><br /><br /><br />
  653. <a href="/Navigation" title="NAVIGATION">✕</a><br /><br /><br /><br />
  654. </div>
  655.  
  656. </div>
  657.  
  658. </div>
  659.  
  660. <div class="navigation">
  661. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back / </a>{/block:PreviousPage} <br><br> {block:NextPage}<a href="{NextPage}">/ forth </a><br><br>{/block:NextPage}{/block:Pagination}</div>
  662.  
  663. <div class="backcont">
  664. <div class="content">
  665.  
  666. <div class="postcol">
  667. {block:Posts}<div id="post">
  668.  
  669. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  670.  
  671. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  672.  
  673. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  674.  
  675. {block:Quote}<div style="padding:4px;font-size:15px;line-height:1.5em;color:{color:text};text-align:center;text-transform:lowercase;font-family: 'Homemade Apple', cursive;font-style:italic;">{Quote}</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  676.  
  677. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  678.  
  679. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  680.  
  681. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  682.  
  683. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  684.  
  685. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br>{Question}<br><br>{Answer}{/block:Answer}
  686.  
  687. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✕</a>
  688. {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>✕</a> {/block:NoteCount} <div style="float:right;">
  689.  
  690. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">✕ </a> {/block:RebloggedFrom}{block:ContentSource}<a title="source" href="{SourceURL}">✕</a>{/block:ContentSource} {/block:RebloggedFrom}<a href={ReblogURL} title=REBLOG?>✕</a></a></div>
  691. </div>
  692.  
  693. {block:HasTags}
  694. <div class="tags">
  695. {block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  696. {/block:HasTags}
  697. <div class="postnote">
  698. {block:PostNotes}{PostNotes}{/block:PostNotes}
  699. </div>
  700. </div>
  701. {/block:Posts}
  702. </div>
  703. </div>
  704. </div>
  705. </div></div>
  706.  
  707. <div id="credit"><a href="https://wehrmxcht.tumblr.com">✠</a></div> </div></div>
  708.  
  709. </div>
  710.  
  711. </html>
  712.  
  713. </body>
  714. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement