Advertisement
Guest User

Untitled

a guest
May 11th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Acesso TIM </title>
  4. <style>
  5. .main img {
  6. max-width: 100px;
  7. max-height: 50px;
  8. width: auto;
  9. height: auto;
  10. }
  11. .main ul {
  12. text-decoration: none;
  13. color: #333;
  14. }
  15. .main li {
  16. width: 50px
  17. height: 50px
  18. }
  19. .main ul li {
  20. display: inline-block;
  21. }
  22. </style>
  23. </head>
  24. <body style="background-color: #21618C;">
  25. <div class="main">
  26. <h2> Links de acesso TIM: </h2>
  27. <ul style="list-style-type: none;">
  28. <li><h1>Enviar SMS:</h1></li>
  29. <li><a href=http://vasinternalservices.internal.timbrasil.com.br/SMSCRC/><img src="https://portalparcelamento.timbrasil.com.br/pparcelamentos/javax.faces.resource/new_logo2.png.xhtml?ln=images"></a></li>
  30. <li><h1>Ponto mais:</h1></li>
  31. <li><a href=https://app.pontomaisweb.com.br/#/acessar><img src=https://app.pontomaisweb.com.br/images/PONTOMAIS_LOGO_COLOR.svg></a></li>
  32. <li><h1>Portal TIM:</h1></li>
  33. <li><a href=https://pacportal.internal.timbrasil.com.br/pac/><img src="https://portalparcelamento.timbrasil.com.br/pparcelamentos/javax.faces.resource/new_logo2.png.xhtml?ln=images"></a></li>
  34. </ul>
  35. </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement