Default index.html page on the (gs) Grid-Service


/ Published in: HTML
Save to your folder(s)

The following is the default index.html page installed on the (gs) Grid-Service.


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>(mt) Media Temple - Web Hosting Services</title>
  5. <style type="text/css">
  6. body {
  7. margin:0;
  8. font-family:Arial, Helvetica, sans-serif !important;
  9. font-size:12px !important;
  10. color: #232323;
  11. text-align:center;
  12. background-image:none !important;
  13. }
  14. .csshead {
  15. background-position: left top;
  16. background-image: url(images/ww_bg.gif);
  17. background-repeat: repeat-x; height:87px; background-color:#000;
  18. }
  19. h1.logoholder {
  20. padding-top: 30px;
  21. padding-left: 40px; float:left; margin:0; padding-bottom:0;
  22. }
  23. div.loginholder {
  24. float: right;
  25. padding-top: 15px;
  26. padding-right: 40px;
  27. }
  28. .logocss {
  29. cursor: pointer;display:block;
  30. width: 230px;
  31. height: 25px;
  32. /* IE 5+/Win only filter */
  33. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/mtlogo.png');
  34. display:block;
  35. }
  36. .logocss[class] {
  37. background-image: url(images/mtlogo.png);
  38. }
  39. .logocss span {
  40. position:absolute; text-indent:-6000px;
  41. }
  42. .logincss {
  43. cursor: pointer;
  44. font-size: 11px;
  45. font-family: verdana;
  46. line-height: 200%;
  47. color: #808080;
  48. text-align: center;
  49. width: 280px;
  50. height: 30px;
  51. display:block;
  52. /* IE 5+/Win only filter */
  53. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/login_bg.png');
  54. }
  55. /* Other browsers. IE ignores [attributes] */
  56. .logincss[class] {
  57. background-image: url(images/login_bg.png);
  58. }
  59. a.logincss .over, a.logincss:visited .over {
  60. color: #FFFFFF;
  61. text-decoration: none;
  62. }
  63. a.logincss:hover .over, a.logincss:active .over {
  64. color: #FFFFFF;
  65. text-decoration: underline;
  66. }
  67. h2.defaultdomain {
  68. font-size:36px;
  69. color: #004A80;
  70. }
  71. </style>
  72. </head>
  73. <div class="csshead">
  74. <h1 class="logoholder">
  75. <a class="logocss" href="http://www.mediatemple.net" onclick="window.location='http://www.mediatemple.net/'" title="(mt) Media Temple - HOME"><span>(mt) MediaTemple</span></a>
  76. </h1>
  77. <div class="loginholder">
  78. <a class="logincss" href="https://ac.mediatemple.net/" onclick="window.open('https://ac.mediatemple.net/'); return false;" style="text-decoration: none;" title="CUSTOMER LOGIN"><span class="primary_grey">(877) 578-4000 24/7 SUPPORT | </span><span class="over">LOGIN</span></a>
  79. </div>
  80. </div>
  81. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  82. You have reached the future home of:
  83.  
  84. <h2 class="defaultdomain">Your Domain Goes Here</h2>
  85.  
  86. another site successfully deployed by <br />
  87. <a href="http://www.mediatemple.net">(mt) Media Temple Web Hosting</a>
  88. </body>
  89. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.