In this repo i store all my websites, each in a different branch
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

33 行
1.5 KiB

  1. <html>
  2. <head>
  3. <title>
  4. CLINL Kernel
  5. </title>
  6. <meta name="description" content="The official website of the CLINL-Kernel. CLINL stands for C++-LINL is not Linux and was an initiative to renew Linux, started in 2018">
  7. <meta name="keywords" content="CLINL, Kernel, GNU">
  8. <meta name="author" content="Ludovic Lagouardette, Maximilian Wittmer, OxFFFFFFFFF">
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.css"
  10. \>
  11. <link rel="stylesheet" href="style.css" \>
  12. </head>
  13. <body class="container page">
  14. <div class="row navbar">
  15. <a href="index.html" class="col-xs-3 navbut">Home</a>
  16. <a href="https://kernel.clinl.org" class="col-xs-3 navbut">Repository</a>
  17. <a href="aboutus.html" class="col-xs-3 navbut">About us</a>
  18. <a href="contribute.html" class="col-xs-3 navbut">Contribute</a>
  19. </div>
  20. <div class="par">
  21. CLINL (pronounced kli-nel), for
  22. <span class="big">C++ Linl Is Not Linux</span>, is an on development kernel meant to present a Linux compatibility at kernel level
  23. while remaining as high level as possible while preserving performance.
  24. <br>It has been initiated by
  25. <span class="big">Ludovic Lagouardette</span>,
  26. <span class="big"> Maximilian Wittmer</span> and
  27. <span class="big"> OxFFFFFFFF </span>. To see the list of active developers, visit the
  28. <a href="https://clinl.org/aboutus.html">about us</a> page!
  29. </div>
  30. </body>
  31. </html>