index.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <html>
  2. <head>
  3. <title>Kloxo-MR : Default Page for newerp.daboryhost.com</title>
  4. </head>
  5. <style>
  6. body {
  7. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  8. font-size: 8pt;
  9. font-weight: 100;
  10. background-image:url('./images/abstract.jpg');
  11. background-color:#ccc;
  12. margin: 0;
  13. }
  14. a {
  15. text-decoration: none;
  16. }
  17. img {
  18. border: 0;
  19. }
  20. img.logo {
  21. margin: 5px;
  22. padding: 0;
  23. }
  24. table.header {
  25. border-collapse: collapse;
  26. border-spacing: 0;
  27. width: 100%;
  28. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  29. font-size: 8pt;
  30. font-weight: 100;
  31. }
  32. table.content {
  33. border-collapse: collapse;
  34. border-spacing: 0;
  35. width: 100%;
  36. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  37. font-size: 8pt;
  38. font-weight: 100%;
  39. }
  40. table.content_body td {
  41. border-collapse: collapse;
  42. border: 1px dashed #ccc;
  43. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  44. font-size: 10pt;
  45. color: #444;
  46. padding:10px;
  47. spacing:0;
  48. }
  49. table.content_title td {
  50. border-collapse: collapse;
  51. border: 0;
  52. font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
  53. font-size: 12pt;
  54. color: #369;
  55. }
  56. </style>
  57. <body>
  58. <table class="header">
  59. <tr>
  60. <td valign="top" width="100%"><img style="margin:5px; padding:5px; height:50px" class="logo" src="./images/logo.png" alt="hosting-logo"></td>
  61. <td>
  62. <table class="content">
  63. <tr>
  64. <td><a href="http://mratwork.com/" title="Go to Kloxo-MR website"><img style="margin:5px; padding:5px; height:50px" class="logo" src="./images/kloxo-mr.png" alt="kloxo-mr-logo"></a></td>
  65. </tr>
  66. </table>
  67. </td>
  68. </tr>
  69. </table>
  70. <table class="content">
  71. <tr>
  72. <td width="50">&nbsp;</td>
  73. <td valign="middle" width="100%">
  74. <div align="center">
  75. <table class="content_title" width="640">
  76. <tr>
  77. <td><br>
  78. <br>
  79. <b>Kloxo-MR Default Page for newerp.daboryhost.com</b> </td>
  80. </tr>
  81. </table>
  82. <br>
  83. <table class="content_body" width="640">
  84. <tr>
  85. <td width="100%" bgcolor="#eeeeee">
  86. If you are seeing this page, it means that the Domain has been successfully
  87. configured on the machine, but the files has not been uploaded yet.
  88. <br>
  89. <br>
  90. Please contact the adminstrator for the login information.<br></td>
  91. </tr>
  92. </table>
  93. </div>
  94. </td>
  95. <td width="50">&nbsp;</td>
  96. </tr>
  97. </table>
  98. </body>
  99. </html>