index1.php 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. require_once ("core.php");
  3. ?>
  4. <!DOCTYPE html>
  5. <html lang="en">
  6. <head>
  7. <meta charset="utf-8">
  8. <title><?=$title?></title>
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <meta name="viewport" content="width=device-width,initial-scale=1">
  11. <meta name="description" content="<?=$description?>">
  12. <meta name="author" content="<?=$author?>">
  13. <link href="favicon.ico?v=<?=$static_release?>" rel="icon">
  14. <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
  15. <link href="./css/style.css?v=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
  16. <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
  17. <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
  18. <script src="https://cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
  19. <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
  20. </head>
  21. <body>
  22. <?php include ("header.php"); ?>
  23. <div class="container">
  24. <div class="jumbotron">
  25. <h1>Instant activation</h1>
  26. <p>Free hosting accounts are activated instantly, no need to wait for manual approval, you can start building your pages immediately! A powerful Vista Panel control panel is provided to manage your website, packed with hundreds of great features including Email, FTP add-on domain ...</p>
  27. <p>
  28. <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">More &raquo;</a>
  29. </p>
  30. </div>
  31. <div class="row">
  32. <div class="col-md-6">
  33. <h2>Automated features!</h2>
  34. <img src="images/img6.jpg" alt="server" class="img-rounded">
  35. <!--<p class="text-danger">As of v8.0, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p>-->
  36. <p>We provide free FTP, PHP 5.3, MySQL and our very popular feature: The Automatic Script Installer Fantastico can install many popular scripts such as PHPbb2 and PHPbb3, Wordpress, Zen-Cart, osCommerce, MyBB, UseBB, MyLittle Forum, 4images, Coppermine, SMF, Joomla, e107, XOOPS, PHP Wind, CuteNews, Mambo, WikiWig and many more! No need to wait a long time uploading files, Our Automatic Script Installer deploys your files in seconds!.</p>
  37. </div>
  38. <div class="col-md-6">
  39. <h2>Quotas and forum</h2>
  40. <img src="images/img5.jpg" alt="server" class="img-rounded">
  41. <p>Combined with our high bandwidth, space provisions and excellent sub-domain options, make us the optimal option. Our very popular Community Forums has been taken up excellently and active members are growing steadily, hence resulting in a better hosting and friendly experience..</p>
  42. <h3>Cluster servers</h3>
  43. <p>We are using a powerful cluster of webservers that are all interconnected to act as one giant super computer.</p>
  44. </div>
  45. </div>
  46. </div>
  47. <?php include ("footer.php"); ?>
  48. </body>
  49. </html>