howto_platform_links.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <!doctype html>
  2. <html lang="tr">
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- Always force latest IE rendering engine or request Chrome Frame -->
  6. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <!-- Use title if it's in the page YAML frontmatter -->
  9. <title>Apache Friends</title>
  10. <link href="/dashboard/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
  11. <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  12. <script src="/dashboard/javascripts/modernizr.js" type="text/javascript"></script>
  13. <link href="/dashboard/images/favicon.png" rel="icon" type="image/png" />
  14. </head>
  15. <body class="tr tr_howto_platform_links">
  16. <div id="fb-root"></div>
  17. <script>(function(d, s, id) {
  18. var js, fjs = d.getElementsByTagName(s)[0];
  19. if (d.getElementById(id)) return;
  20. js = d.createElement(s); js.id = id;
  21. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=277385395761685";
  22. fjs.parentNode.insertBefore(js, fjs);
  23. }(document, 'script', 'facebook-jssdk'));</script>
  24. <div class="contain-to-grid">
  25. <nav class="top-bar" data-topbar>
  26. <ul class="title-area">
  27. <li class="name">
  28. <h1><a href="/dashboard/tr/index.html">Apache Friends</a></h1>
  29. </li>
  30. <li class="toggle-topbar menu-icon">
  31. <a href="#">
  32. <span>Menu</span>
  33. </a>
  34. </li>
  35. </ul>
  36. <section class="top-bar-section">
  37. <!-- Right Nav Section -->
  38. <ul class="right">
  39. <li class=""><a href="/applications.html">Applications</a></li>
  40. <li class=""><a href="/dashboard/tr/faq.html">SSS</a></li>
  41. <li class="active"><a href="/dashboard/tr/howto.html">HOW-TO Guides</a></li>
  42. <li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
  43. <li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
  44. </ul>
  45. </section>
  46. </nav>
  47. </div>
  48. <div id="wrapper">
  49. <h5><a href="/dashboard/docs/use-different-php-version.html">Use a Different PHP Version</a></h5>
  50. <h5><a href="/dashboard/docs/use-php-fcgi.html">Run PHP under FastCGI</a></h5>
  51. <h5><a href="/dashboard/docs/configure-use-tomcat.html">Configure and Use Apache Tomcat</a></h5>
  52. </div>
  53. <footer>
  54. <div class="row">
  55. <div class="large-12 columns">
  56. <div class="row">
  57. <div class="large-8 columns">
  58. <ul class="social">
  59. <li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
  60. <li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
  61. <li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li>
  62. </ul>
  63. <ul class="inline-list">
  64. <li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
  65. <li><a href="https://www.apachefriends.org/privacy_policy.html">Gizlilik Politikası</a></li>
  66. <li>
  67. <a target="_blank" href="http://www.fastly.com/"> Cdn sağladığı
  68. <img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" />
  69. </a> </li>
  70. </ul>
  71. </div>
  72. <div class="large-4 columns">
  73. <p class="text-right">Copyright (c) 2017, Apache Friends</p>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. </footer>
  79. <!-- JS Libraries -->
  80. <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
  81. <script src="/dashboard/javascripts/all.js" type="text/javascript"></script>
  82. </body>
  83. </html>