index.html 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  3. <title>%domain% &mdash; Coming Soon</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <meta name="description" content="This is a default index page for a new domain."/>
  6. <style type="text/css">
  7. body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
  8. h1 {font-size:64px; color:#333333; margin: 70px 0 50px 0;}
  9. p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
  10. div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
  11. a:link {color: #28A0CB;}
  12. a:visited {color: #28A0CB;}
  13. a:active {color: #BCBA30;}
  14. a:hover {color: #BCBA30;}
  15. </style>
  16. </head>
  17. <body>
  18. <h1>%domain%</h1>
  19. <div>
  20. <a href="http://httpd.apache.org/">apache</a> +
  21. <a href="http://nginx.com/">nginx</a> +
  22. <a href="http://www.percona.com/">percona</a> +
  23. <a href="http://vestacp.com/">vesta</a>
  24. </div>
  25. </body>
  26. </html>