index.html 2.5 KB

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