temas


SUBMITTED BY: BrunoRJ

DATE: March 24, 2022, 3:09 a.m.

UPDATED: March 31, 2022, 4:31 p.m.

FORMAT: Text only

SIZE: 20.2 kB

HITS: 1079

  1. <meta name="viewport" content="width=device-width, initial-scale=1.0"><style>@font-face {
  2. font-family: "Palanquin Dark";
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url(pictures/atlantus.woff2) format("woff2");
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  8. }
  9. body
  10. {
  11. overflow: hidden;
  12. position: fixed;
  13. font-family: "Palanquin Dark", sans-serif;
  14. background: linear-gradient(
  15. 250deg
  16. , #20144a, #000000, #ff5722);
  17. color: white;
  18. margin: 0px;
  19. left: 0px;
  20. top: 0px;
  21. height: 100%;
  22. width: 100%;
  23. }
  24. .notification
  25. {
  26. width: 90%;
  27. text-align: center;
  28. position: relative;
  29. background: linear-gradient(
  30. 45deg
  31. , #000000, #2c2a49);
  32. border-radius: 5px;
  33. position: absolute;
  34. left: 50%;
  35. white-space: nowrap;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. height: 35px;
  39. padding-top: 5px;
  40. display: none;
  41. z-index: 2;
  42. top: 303%;
  43. -webkit-transform: translate(-50%, -50%);
  44. transform: translate(-50%, -50%);
  45. }
  46. #logsview
  47. {
  48. position: absolute;
  49. -webkit-transform: translate(-50%, -50%);
  50. transform: translate(-50%, -50%);
  51. top: 80%;
  52. left: 50%;
  53. height: 40px;
  54. font-size: 11px;
  55. width: 200px;
  56. text-align: center;
  57. color: #ccc;
  58. overflow:scroll;
  59. }
  60. #connecting
  61. {
  62. display: none;
  63. margin-left: 7px;
  64. color: #75a2c5;
  65. }
  66. #connected
  67. {
  68. display:none;
  69. color: #7fffdc;
  70. }
  71. .lds-ring {
  72. display: inline-block;
  73. position: absolute;
  74. display:none;
  75. top: -13px;
  76. left: -13px;
  77. }
  78. .lds-ring div {
  79. box-sizing: border-box;
  80. display: block;
  81. position: absolute;
  82. width: 160px;
  83. height: 161px;
  84. margin: 8px;
  85. border: 8px solid #1f312f;
  86. border-radius: 50%;
  87. animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  88. border-color: #cddc39 #cddc3999 #cddc3940 #00968830;
  89. }
  90. .lds-ring div:nth-child(1) {
  91. animation-delay: -0.45s;
  92. }
  93. .lds-ring div:nth-child(2) {
  94. animation-delay: -0.3s;
  95. }
  96. .lds-ring div:nth-child(3) {
  97. animation-delay: -0.15s;
  98. }
  99. @keyframes lds-ring {
  100. 0% {
  101. transform: rotate(0deg);
  102. }
  103. 100% {
  104. transform: rotate(360deg);
  105. }
  106. }
  107. .lds-dual-ring {
  108. display: inline-block;
  109. width: 80px;
  110. height: 80px;
  111. position: absolute;
  112. margin-left: -35px;
  113. margin-top: 1px;
  114. }
  115. .lds-dual-ring:after {
  116. content: " ";
  117. display: block;
  118. width: 17px;
  119. height: 17px;
  120. margin: 8px;
  121. border-radius: 50%;
  122. border: 2px solid #fff;
  123. border-color: #fff #fff5f536 #fff white;
  124. animation: lds-dual-ring 1.2s linear infinite;
  125. }
  126. @keyframes lds-dual-ring {
  127. 0% {
  128. transform: rotate(0deg);
  129. }
  130. 100% {
  131. transform: rotate(360deg);
  132. }
  133. }
  134. .flagserver
  135. {
  136. height: 38px;
  137. position: absolute;
  138. left: 11px;
  139. top: 10px;
  140. }
  141. .substatus
  142. {
  143. display: inline-block;
  144. font-size: 14px;
  145. position: relative;
  146. left: 10px;
  147. top: 0px;
  148. }
  149. .statusserver
  150. {
  151. position: absolute;
  152. width: 100%;
  153. top: 75px;
  154. text-align: left;
  155. font-size: 15px;
  156. color: #ffffff;
  157. display: inline-block;
  158. text-shadow: 0px 0px 20px black;
  159. left: -51px;
  160. }
  161. .arrowserver
  162. {
  163. position: absolute;
  164. right: 13px;
  165. height: 18px;
  166. top: 21px;
  167. filter: invert(1);
  168. }
  169. .descserver
  170. {
  171. width: 59%;
  172. text-align: left;
  173. height: 22px;
  174. white-space: nowrap;
  175. overflow: hidden;
  176. text-overflow: ellipsis;
  177. position: absolute;
  178. top: 28px;
  179. font-size: 12px;
  180. left: 67px;
  181. color: #ccc;
  182. }
  183. .inputmax
  184. {
  185. -webkit-transform: translate(-50%, -50%);
  186. transform: translate(-50%, -50%);
  187. position: absolute;
  188. left: 50%;
  189. top: 38%;
  190. padding: 13px;
  191. background: rgba(104,255,122,0.679);
  192. font-size: 18px;
  193. z-index: 7;
  194. border: 0px;
  195. color: white;
  196. border-radius: 5px;
  197. }
  198. .nameserver
  199. {
  200. position: absolute;
  201. top: 8px;
  202. font-size: 15px;
  203. width: 64%;
  204. text-align: left;
  205. left: 67px;
  206. white-space: nowrap;
  207. overflow: hidden;
  208. text-overflow: ellipsis;
  209. }
  210. .selectedserver
  211. {
  212. background: linear-gradient(
  213. 45deg
  214. , black, rgba(104,255,122,0.679));
  215. width: 66%;
  216. -webkit-transform: translate(-50%, -50%);
  217. transform: translate(-50%, -50%);
  218. left: 61%;
  219. height: 40px;
  220. border-radius: 60px;
  221. top: 41px;
  222. padding: 9px;
  223. position: absolute;
  224. }
  225. #menuexpand
  226. {
  227. position: absolute;
  228. left: 0px;
  229. height: 100%;
  230. bottom: 0px;
  231. display: none;
  232. width: 300px;
  233. background: linear-gradient(
  234. 45deg
  235. , black, #250200ed, #560400d4);
  236. z-index: 4;
  237. border-bottom-right-radius: 20px;
  238. border-top-right-radius: 20px;
  239. }
  240. .presshere
  241. {
  242. position: absolute;
  243. -webkit-transform: translate(-50%, -50%);
  244. transform: translate(-50%, -50%);
  245. top: 73%;
  246. left: 50%;
  247. font-size: 20px;
  248. width: 330px;
  249. text-align: center;
  250. }
  251. .connectbt
  252. {
  253. height: 120px;
  254. width: 120px;
  255. background: rgba(104,255,122,0.679) url(pictures/power.svg);
  256. border-radius: 100%;
  257. -webkit-transform: translate(-50%, -50%);
  258. transform: translate(-50%, -50%);
  259. position: absolute;
  260. background-size: 53px !important;
  261. background-repeat: no-repeat;
  262. background-position: 34px !important;
  263. /*filter: invert(1);*/
  264. top: 65%;
  265. left: 50%;
  266. z-index: 1;
  267. }
  268. .freeimg
  269. {
  270. height: 40px;
  271. width: 40px;
  272. background: #ffffff4d url(pictures/crown.png);
  273. background-repeat: no-repeat;
  274. background-position: 5px;
  275. border-radius: 60px;
  276. position: absolute;
  277. top: 9px;
  278. left: 6px;
  279. }
  280. .freetxtsmall
  281. {
  282. position: absolute;
  283. left: 58px;
  284. top: 26px;
  285. color: #ccc;
  286. font-size: 12px;
  287. }
  288. .freetxt
  289. {
  290. position: absolute;
  291. left: 58px;
  292. top: 4px;
  293. font-size: 17px;
  294. }
  295. .header
  296. {
  297. position: fixed;
  298. top: 57px;
  299. left: 0px;
  300. width: 100%;
  301. z-index:3;
  302. text-align: center;
  303. }
  304. .startfree
  305. {
  306. width: 300px;
  307. height: 60px;
  308. background: #4b0e79;
  309. position: absolute;
  310. left: 50%;
  311. bottom: 27px;
  312. -webkit-transform: translate(-50%, -50%);
  313. transform: translate(-50%, -50%);
  314. border-radius: 10px;
  315. }
  316. #application
  317. {
  318. }
  319. .menuiconx
  320. {
  321. position: absolute;
  322. right: 19px;
  323. filter: invert(1);
  324. top: 44px;
  325. height: 24px;
  326. }
  327. #appname
  328. {
  329. font-size: 26px;
  330. color: #03a9f4;
  331. text-transform: uppercase;
  332. }
  333. .pingserver
  334. {
  335. position: absolute;
  336. right: 14px;
  337. font-size: 13px;
  338. color: #ccc;
  339. }
  340. .premiumserver
  341. {
  342. display:none;
  343. }
  344. .bronzeserver
  345. {
  346. display: none;
  347. }
  348. .freeserver
  349. {
  350. }
  351. .goldserver
  352. {
  353. display: none;
  354. }
  355. .recommendserver
  356. {
  357. display: none;
  358. }
  359. .greenping
  360. {
  361. background: #49ff50;
  362. width: 5px;
  363. height: 13px;
  364. position: absolute;
  365. right: -8px;
  366. border-radius: 55px;
  367. top: 7px;
  368. }
  369. .svbubble
  370. {
  371. background: #1d212a;
  372. width: 88%;
  373. transform: translate(-50%, 0%);
  374. left: 45%;
  375. height: 50px;
  376. border-radius: 19px;
  377. top: 6px;
  378. margin-bottom: 7px;
  379. padding: 9px;
  380. position: relative;
  381. }
  382. .typeserver
  383. {
  384. position: relative;
  385. width: 100%;
  386. text-align: left;
  387. padding-left: 20px;
  388. top: 20px;
  389. }
  390. .userprofile
  391. {
  392. background: url(pictures/149071.png);
  393. position: relative;
  394. height: 80px;
  395. width: 220px;
  396. background-size: 80px 80px;
  397. border-bottom: 1px solid #2b3548;
  398. background-repeat: no-repeat;
  399. left: 40px;
  400. top: 100px;
  401. padding-bottom: 50px;
  402. background-position-x: 65px;
  403. }
  404. #serverlist
  405. {
  406. -webkit-transform: translate(-50%, -50%);
  407. transform: translate(-50%, -50%);
  408. position: absolute;
  409. top: 768%;
  410. background: rgba(104,255,122,0.679)
  411. border-radius: 20px;
  412. left: 50%;
  413. display: none;
  414. overflow-x: hidden;
  415. overflow-y: scroll;
  416. width: 98%;
  417. height: 400px;
  418. padding-bottom: 100px;
  419. }
  420. .userid
  421. {
  422. position: absolute;
  423. bottom: 8px;
  424. width: 100%;
  425. text-align: center;
  426. font-size: 12px;
  427. color: #909090;
  428. }
  429. .userexp
  430. {
  431. position: absolute;
  432. bottom: 23px;
  433. color: #8e8e8e;
  434. width: 100%;
  435. text-align: center;
  436. font-size: 12px;
  437. }
  438. .menulist
  439. {
  440. position: absolute;
  441. color: #adadaf;
  442. top: 275px;
  443. left: 52px;
  444. }
  445. .menuicon
  446. {
  447. position: absolute;
  448. left: 19px;
  449. filter: invert(1);
  450. top: 11px;
  451. height: 24px;
  452. }
  453. .menutxt
  454. {
  455. position: relative;
  456. margin-bottom: 30px;
  457. }
  458. .rightbt
  459. {
  460. position: absolute;
  461. right: 5px;
  462. padding: 7px;
  463. border-radius: 5px;
  464. width: 62px;
  465. top: 5px;
  466. padding-right: 8px;
  467. }
  468. .menuicond
  469. {
  470. position: absolute;
  471. height: 18px;
  472. left: -27px;
  473. top: 6px;
  474. filter: invert(1);
  475. opacity: 0.77;
  476. }
  477. .crowimg
  478. {
  479. height: 18px;
  480. position: absolute;
  481. left: 5px;
  482. top: 9px;
  483. }
  484. .activebt
  485. {
  486. position: relative;
  487. top: 14px;
  488. padding: 5px;
  489. background: #3f51b5;
  490. width: 100px;
  491. left: 106px;
  492. border-radius: 5px;
  493. }
  494. .textboost
  495. {
  496. font-size: 14px;
  497. color: #e6e6e6;
  498. }
  499. .titleboost
  500. {
  501. margin-top: -59px;
  502. font-size: 24px;
  503. color: #ffa382;
  504. }
  505. .bodyboost
  506. {
  507. position: absolute;
  508. left: 50%;
  509. top: 48%;
  510. -webkit-transform: translate(-50%, -50%);
  511. transform: translate(-50%, -50%);
  512. background: #420000;
  513. height: 350px;
  514. width: 330px;
  515. border-radius: 10px;
  516. text-align: center;
  517. }
  518. .atlantusoverlay
  519. {
  520. display: none;
  521. position: absolute;
  522. height: 100%;
  523. width: 100%;
  524. background: rgba(0, 0, 0, 0.76);
  525. z-index: 5;
  526. }
  527. #boostmode
  528. {
  529. display:none;
  530. position: absolute; height: 100%;
  531. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  532. }
  533. #storagemode
  534. {
  535. display:none;
  536. position: absolute; height: 100%;
  537. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  538. }
  539. .protxt
  540. {
  541. position: relative;
  542. left: 9px;
  543. color: #fbc14d;
  544. font-weight: 100;
  545. text-shadow: 0px 0px 20px yellow;
  546. letter-spacing: 1.5px;
  547. font-size: 13px;
  548. top: -1px;
  549. }</style><meta name="viewport" content="width=device-width, initial-scale=1.0">
  550. <div id="withoutlogin" class="body">
  551. <div id="scamme" style="
  552. overflow: hidden;
  553. position: fixed;
  554. font-family: "Palanquin Dark", sans-serif;
  555. background: url(https://images.app.goo.gl/36YVN3xrFfrDLGAXA);
  556. background-size: 100% 100%;
  557. color: white;
  558. margin: 0px;
  559. left: -19px;
  560. top: -20px;
  561. height: 112%;
  562. width: 112%;
  563. opacity: 0.77;
  564. "></div>
  565. <div id="menuexpand" onclick="menuclose()">
  566. <div class="menulist">
  567. <div class="menutxt" onclick="authfinishu()"><img src="pictures/token.svg" class="menuicond" />Autenticar</div>
  568. <div class="menutxt"><img src="pictures/refresh.png" class="menuicond" />Verificar atualizações</div>
  569. <div class="menutxt" onclick="termos()"><img src="pictures/29302.png" class="menuicond" />Termos de uso</div>
  570. <div class="menutxt" onclick="opencontact()"><img src="pictures/13936.png" class="menuicond" />Suporte</div>
  571. <div class="menutxt"><img src="pictures/59254.png" class="menuicond" />Encerrar aplicativo</div>
  572. </div>
  573. <div class="userprofile">
  574. <div class="userid">USER-ID: 0000xx</div>
  575. </div>
  576. <img src="pictures/menu.png" class="menuiconx" />
  577. </div>
  578. <div id="wronguser" class="atlantusoverlay">
  579. <div class="bodyboost" style="
  580. height: 246px;
  581. ">
  582. <img src="pictures/wrong.svg" style="
  583. height: 106px;
  584. position: relative;
  585. top: -55px;
  586. ">
  587. <div class="titleboost" style="
  588. color: #ff2222;
  589. ">Autenticação Falhou<br>
  590. <div class="textboost">Seus dados de usuário estão incorretos, por favor verifique novamente o seu acesso.</div></div>
  591. <br><div onclick="authfinishu()" class="activebt">Corrigir</div>
  592. </div></div>
  593. <div id="termos" class="atlantusoverlay">
  594. <div class="bodyboost">
  595. <img src="pictures/terms.svg" style="
  596. height: 106px;
  597. position: relative;
  598. top: -55px;
  599. ">
  600. <div class="titleboost" style=" color: #e64c3c;">Termos de Uso<br>
  601. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  602. <center>Certifique-se de não usar este aplicativo para atividades ilegais, sua conta será suspensa se detectada.<br>
  603. Algum conteúdo pode estar banido em seu país, então não acesse,<br>
  604. apenas faça atividades básicas como filmes, jogos e música e pesquisas em geral,<br>
  605. pornografia infantil e golpes são inaceitáveis ​​e você será severamente punido se usar<br>
  606. este aplicativo para cometer esses absurdos .</center></div></div>
  607. <br><div onclick="termos()" class="activebt">Concordo</div>
  608. </div></div>
  609. <div id="storagemode">
  610. <div class="bodyboost">
  611. <img src="pictures/storage.svg" style="
  612. height: 106px;
  613. position: relative;
  614. top: -55px;
  615. ">
  616. <div class="titleboost" style=" color: #00c3ff;">Permissão necessária<br>
  617. <div class="textboost">Para que o aplicativo funcione corretamente, ele precisa da permissão para instalar e gravar arquivos no sistema para que todos os modos de conexão possam funcionar normalmente. Conceda as permissões necessárias.</div></div>
  618. <br><div onclick="storagemode()" class="activebt">Permitir</div>
  619. </div></div>
  620. <div id="boostmode">
  621. <div class="bodyboost">
  622. <img src="pictures/boost.svg" style="
  623. height: 106px;
  624. position: relative;
  625. top: -55px;
  626. ">
  627. <div class="titleboost">Modo Boost<br>
  628. <div class="textboost">O modo Boost pode otimizar a velocidade e detectar os aplicativos usados ​​para melhorar a experiência de conexão, você pode habilitar este modo. No entanto, você precisa conceder as permissões necessárias para realizar esta atividade.</div></div>
  629. <br><div onclick="acboostmode()" class="activebt">Ativar</div>
  630. <div onclick="boostmode()" style="margin-top: 5px; background: #9e330a;" class="activebt">Cancelar</div></div></div>
  631. <div id="authtype" style="
  632. position: absolute;
  633. height: 100%;
  634. width: 100%;
  635. display:none;
  636. background: #000000c2;
  637. z-index: 5;
  638. "><div style="
  639. position: absolute;
  640. left: 50%;
  641. top: 35%;
  642. -webkit-transform: translate(-50%, -50%);
  643. transform: translate(-50%, -50%);
  644. background: #e91e1e;
  645. height: 250px;
  646. width: 330px;
  647. border-radius: 10px;
  648. text-align: center;
  649. "><img src="pictures/149071.png" style="
  650. height: 77px;
  651. position: relative;
  652. top: -37px;
  653. ">
  654. <div style=" margin-top: -23px;color: cadetblue; margin-bottom: 1px;">Selecione o modo de login</div>
  655. <div onclick="authfinish()" style="
  656. position: relative;
  657. top: 14px;
  658. padding: 5px;
  659. background: #673ab7;
  660. width: 200px;
  661. left: 59px;
  662. border-radius: 5px;
  663. ">Modo Token</div>
  664. <div onclick="authfinishu()" style="
  665. position: relative; top: 21px; padding: 5px; background: #30329a; width: 200px; left: 59px; border-radius: 5px;
  666. ">Modo Usuário</div>
  667. <div style="
  668. font-size: 11px;
  669. margin-top: 26px;
  670. color: #ccc;
  671. ">Selecione o modo de autenticação.</div></div></div>
  672. <div id="authuserff" style="
  673. position: absolute;
  674. height: 100%;
  675. width: 100%;
  676. display:none;
  677. background: #000000c2;
  678. z-index: 5;
  679. "><div style="
  680. position: absolute;
  681. left: 50%;
  682. top: 35%;
  683. -webkit-transform: translate(-50%, -50%);
  684. transform: translate(-50%, -50%);
  685. background: #e91e1e;
  686. height: 250px;
  687. width: 330px;
  688. border-radius: 10px;
  689. text-align: center;
  690. "><img src="pictures/user.png" style="
  691. filter: invert(1);
  692. height: 77px;
  693. position: relative;
  694. top: -37px;
  695. ">
  696. <div style="
  697. margin-top: -28px;
  698. ">Dados de usuário</div><input type="text" style="
  699. padding: 10px;
  700. border-radius: 5px;
  701. background: #460404;
  702. border: 0px;
  703. font-size: 18px;
  704. color: #999;
  705. margin-top: 11px;
  706. ">
  707. <input type="text" placeholder="senha" style="
  708. padding: 10px;
  709. border-radius: 5px;
  710. background: #460404;
  711. border: 0px;
  712. font-size: 18px;
  713. color: #999;
  714. margin-top: 11px;
  715. ">
  716. <div onclick="authfinishu()" style="
  717. position: relative;
  718. top: 14px;
  719. padding: 5px;
  720. background: #3f51b5;
  721. width: 100px;
  722. left: 106px;
  723. border-radius: 5px;
  724. ">Entrar</div></div></div>
  725. <div id="authtoken" style="
  726. position: absolute;
  727. height: 100%;
  728. width: 100%;
  729. display:none;
  730. background: #000000c2;
  731. z-index: 5;
  732. "><div style="
  733. position: absolute;
  734. left: 50%;
  735. top: 35%;
  736. -webkit-transform: translate(-50%, -50%);
  737. transform: translate(-50%, -50%);
  738. background: #e91e1e;
  739. height: 250px;
  740. width: 330px;
  741. border-radius: 10px;
  742. text-align: center;
  743. "><img src="pictures/user.png" style="
  744. filter: invert(1);
  745. height: 77px;
  746. position: relative;
  747. top: -37px;
  748. ">
  749. <div style="
  750. margin-top: -11px;
  751. ">platinaaaaa</div><input type="text" id="token" placeholder="token" style="
  752. padding: 10px;
  753. border-radius: 5px;
  754. background: #460404;
  755. border: 0px;
  756. font-size: 18px;
  757. color: #999;
  758. margin-top: 11px;
  759. ">
  760. <div onclick="authfinish()" style="
  761. position: relative;
  762. top: 14px;
  763. padding: 5px;
  764. background: #3f51b5;
  765. width: 100px;
  766. left: 106px;
  767. border-radius: 5px;
  768. ">Entrar</div>
  769. <div style="
  770. font-size: 11px;
  771. margin-top: 26px;
  772. color: #ccc;
  773. ">O acesso token pode ser obtido com o fornecedor.</div></div></div>
  774. </div>
  775. <div><input type="TEXT" id="userssh" placeholder="login" class="inputmax ismain">
  776. <input type="password" id="passssh" placeholder="senha" class="inputmax ismain" style=" margin-top: -4px;
  777. top: 46%;"></div>
  778. <div onclick="startatlantus()" class="connectbt">
  779. </div>
  780. <div id="logsview"></div>
  781. <div id="dontconnect" class="presshere">.</div>
  782. <div id="connecting" class="presshere"><div class="lds-dual-ring"></div>Conectando</div>
  783. <div id="connected" class="presshere">Conexão Estabelecida</div>
  784. </div><div id="withoutlogin" class="header">
  785. <div id="serverlist" onclick="serverchange()">
  786. </div>
  787. <div class="selectedserver" onclick="serverchange()">
  788. <img id="fserver" src="pictures/flags/none.svg" class="flagserver">
  789. <div id="nserver" class="nameserver"></div>
  790. <div id="dserver" class="descserver"></div>
  791. <img src="pictures/arrow.png" class="arrowserver">
  792. </div>
  793. <div id="appname" style="color:transparent;">ATLANTUS</div>
  794. <div class="logoapp" style="
  795. background: url(pictures/logo.png?s);
  796. position: absolute;
  797. height: 100px;
  798. width: 100px;
  799. background-size: 100%;
  800. background-repeat: no-repeat;
  801. -webkit-transform: translate(-50%, -50%);
  802. transform: translate(-50%, -50%);
  803. left: 49px;
  804. top: 39px;
  805. " hidden="true">
  806. </div>
  807. <div class="statusserver">Status:
  808. <div class="substatus">😔</div>
  809. </div>
  810. </div><! –– User logged out view inicio ––>
  811. <div id="withoutlogin" class="footer" style="display:none;">
  812. <div class="startfree">
  813. <div class="freeimg">
  814. </div>
  815. <div class="freetxt">Faça um teste grátis</div>
  816. <div class="freetxtsmall">Ou compre um acesso para começar.</div>
  817. </div>
  818. </div>
  819. <! –– User logged out view final ––>

comments powered by Disqus