standard_index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Welcome!</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <link rel="shortcut icon" href="/favicon.ico" />
  8. <meta name="robots" content="noindex" />
  9. <style type="text/css"><!--
  10. body {
  11. color: #444444;
  12. background-color: #EEEEEE;
  13. font-family: 'Trebuchet MS', sans-serif;
  14. font-size: 80%;
  15. }
  16. h1 {}
  17. h2 { font-size: 1.2em; }
  18. #page{
  19. background-color: #FFFFFF;
  20. width: 60%;
  21. margin: 24px auto;
  22. padding: 12px;
  23. }
  24. #header{
  25. padding: 6px ;
  26. text-align: center;
  27. }
  28. .header{ background-color: #83A342; color: #FFFFFF; }
  29. #content {
  30. padding: 4px 0 24px 0;
  31. }
  32. #footer {
  33. color: #666666;
  34. background: #f9f9f9;
  35. padding: 10px 20px;
  36. border-top: 5px #efefef solid;
  37. font-size: 0.8em;
  38. text-align: center;
  39. }
  40. #footer a {
  41. color: #999999;
  42. }
  43. --></style>
  44. </head>
  45. <body>
  46. <div id="page">
  47. <div id="header" class="header">
  48. <h1>Welcome to <!--ADRESSE//-->your website!<!--ADRESSE//--></h1>
  49. </div>
  50. <div id="content">
  51. <h2>This is the default index page of your website.</h2>
  52. <p>This file may be deleted or overwritten without any difficulty. This is produced by the file <b>index.html</b> in the <b>web</b> directory.</p>
  53. <p>For questions or problems please contact <!--SUPPORT//-->support<!--SUPPORT//-->.</p>
  54. </div>
  55. <div id="footer">
  56. <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p>
  57. </div>
  58. </div>
  59. </body>
  60. </html>