1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <html lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Milis Linux</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="description" content="" />
- <meta name="author" content="m.numan.ince" />
- <link rel="canonical" href="https://www.milislinux.org/" />
- <link rel="stylesheet" type="text/css" href="/css/bootstrap.css" />
- <link rel="stylesheet" type="text/css" href="/css/font-awesome.css" />
- <link rel="stylesheet" type="text/css" href="/css/theme.css" />
- <link rel="stylesheet" type="text/css" href="/css/markdown.css" />
- <script src="/js/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
- <script src="/js/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
- <script src="/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
- <style>
- body {
- background-color: #5D6C53;
- }
- .text-center a {
- color:black;
- }
- .milis-info {
- color: black;
- }
- </style>
- </head>
- <body>
-
- <?php include "../header.html"; ?>
- <div id="home" class="headline-container jumbotron">
-
- <p>
-
- <div class="markdown-body">
- <b>
- test.....
- </b>
- </div>
- </div>
- <?php include "../footer.html"; ?>
- </body>
- </html>
|