Advertisement
Guest User

HabitRPG and Google Tasks

a guest
Jul 28th, 2013
1,249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="shortcut icon" href="http://community.habitrpg.com/sites/default/files/favicon.ico" type="image/vnd.microsoft.icon" />
  5. <title>
  6. HabitRPG and Google Tasks
  7. </title>
  8. <style type="text/css">
  9. html, body, div, table {
  10. margin:0;
  11. padding:0;
  12. height:100%;
  13. }
  14. iframe {
  15. display:block;
  16. border:none;
  17. -ms-transform-origin: 0 0;
  18. -moz-transform-origin: 0px 50px;
  19. -o-transform-origin: 0px 50px;
  20. -webkit-transform-origin: 0 0;
  21. overflow:hidden;
  22. }
  23. #hrpglogo {
  24. margin-left:auto;
  25. margin-right:auto;
  26. vertical-align:middle;
  27. }
  28. #habitrpg {
  29. -ms-zoom: 0.67;
  30. -moz-transform: scale(0.67);
  31. -o-transform: scale(0.67);
  32. -webkit-transform: scale(0.67);
  33. height:149%;
  34. width:149%;
  35. }
  36. #gtasks {
  37. -ms-zoom: 0.8;
  38. -moz-transform: scale(0.8);
  39. -o-transform: scale(0.8);
  40. -webkit-transform: scale(0.8);
  41. height:125%;
  42. width:125%;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <table>
  48. <tr>
  49. <td style="height:100px;width:264px">
  50. <a href="https://beta.habitrpg.com" target="habitrpg">
  51. <img id="hrpglogo" src="https://habitrpg.com/img/logo/habitrpg_pixel.png" alt="Click to refresh HabitRPG" height="96" width="264">
  52. </a>
  53. </td>
  54. <td style="width:100%;vertical-align:top;" rowspan="2">
  55. <iframe id="habitrpg" src="https://beta.habitrpg.com" frameborder="0" height="149%" width="149%">
  56. <p>Your browser does not support iframes.</p>
  57. </iframe>
  58. </tr>
  59. <tr>
  60. <td style="height:100%;width:264px;vertical-align:top;">
  61. <iframe id="gtasks" src="https://mail.google.com/tasks/ig" frameborder="0" height="125%" width="125%">
  62. <p>Your browser does not support iframes.</p>
  63. </iframe>
  64. </td>
  65. <td>
  66. </td>
  67. </tr>
  68. </table>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement