index.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <html lang="en">
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  4. <title>Milis Linux</title>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta name="description" content="" />
  8. <meta name="author" content="m.numan.ince" />
  9. <link rel="canonical" href="https://www.milislinux.org/" />
  10. <link rel="stylesheet" type="text/css" href="/css/bootstrap.css" />
  11. <link rel="stylesheet" type="text/css" href="/css/font-awesome.css" />
  12. <link rel="stylesheet" type="text/css" href="/css/theme.css" />
  13. <link rel="stylesheet" type="text/css" href="/css/markdown.css" />
  14. <script src="/js/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  15. <script src="/js/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
  16. <script src="/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
  17. <style>
  18. body {
  19. background-color: #5D6C53;
  20. }
  21. .text-center a {
  22. color:black;
  23. }
  24. .milis-info {
  25. color: black;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <?php include "../header.html"; ?>
  31. <div id="home" class="headline-container jumbotron">
  32. <p>
  33. <div class="markdown-body">
  34. <b>
  35. test.....
  36. </b>
  37. </div>
  38. </div>
  39. <?php include "../footer.html"; ?>
  40. </body>
  41. </html>