404.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="shortcut icon" href="/img/favicon.ico">
  9. <title>Les Tutoriels du Yojik</title>
  10. <link rel="stylesheet" href="/css/theme.css" />
  11. <link rel="stylesheet" href="/css/theme_extra.css" />
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
  13. <script src="/js/jquery-2.1.1.min.js" defer></script>
  14. <script src="/js/modernizr-2.8.3.min.js" defer></script>
  15. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
  16. <script>hljs.initHighlightingOnLoad();</script>
  17. </head>
  18. <body class="wy-body-for-nav" role="document">
  19. <div class="wy-grid-for-nav">
  20. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  21. <div class="wy-side-scroll">
  22. <div class="wy-side-nav-search">
  23. <a href="/." class="icon icon-home"> Les Tutoriels du Yojik</a>
  24. <div role="search">
  25. <form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
  26. <input type="text" name="q" placeholder="Search docs" title="Type search term here" />
  27. </form>
  28. </div>
  29. </div>
  30. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  31. <p class="caption"><span class="caption-text">Installation d'un serveur sécurisé, version Debian/Buster (en cours d'écriture)</span></p>
  32. <ul>
  33. <li class="toctree-l1"><a class="reference internal" href="/.">Présentation</a>
  34. </li>
  35. <li class="toctree-l1"><a class="reference internal" href="/2-Installation-de-base/">Installation de base</a>
  36. </li>
  37. <li class="toctree-l1"><a class="reference internal" href="/3-ovh/">Démarrage sur serveur OVH</a>
  38. </li>
  39. <li class="toctree-l1"><a class="reference internal" href="/4-Plan/">Plan d'ensemble</a>
  40. </li>
  41. <li class="toctree-l1"><a class="reference internal" href="/5-Premi%C3%A8re-Etape-S%C3%A9curisation/">Premières étapes de sécurisation du serveur</a>
  42. </li>
  43. </ul>
  44. </div>
  45. </div>
  46. </nav>
  47. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  48. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  49. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  50. <a href="/.">Les Tutoriels du Yojik</a>
  51. </nav>
  52. <div class="wy-nav-content">
  53. <div class="rst-content">
  54. <div role="navigation" aria-label="breadcrumbs navigation">
  55. <ul class="wy-breadcrumbs">
  56. <li><a href="/.">Docs</a> &raquo;</li>
  57. <li class="wy-breadcrumbs-aside">
  58. </li>
  59. </ul>
  60. <hr/>
  61. </div>
  62. <div role="main">
  63. <div class="section">
  64. <h1 id="404-page-not-found">404</h1>
  65. <p><strong>Page not found</strong></p>
  66. </div>
  67. </div>
  68. <footer>
  69. <hr/>
  70. <div role="contentinfo">
  71. <!-- Copyright etc -->
  72. </div>
  73. Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  74. </footer>
  75. </div>
  76. </div>
  77. </section>
  78. </div>
  79. <div class="rst-versions" role="note" aria-label="versions">
  80. <span class="rst-current-version" data-toggle="rst-current-version">
  81. </span>
  82. </div>
  83. <script>var base_url = '/';</script>
  84. <script src="/js/theme.js" defer></script>
  85. <script src="/search/main.js" defer></script>
  86. <script defer>
  87. window.onload = function () {
  88. SphinxRtdTheme.Navigation.enable(true);
  89. };
  90. </script>
  91. </body>
  92. </html>