Recovered local changes applied on top of origin/main:\n\nfd48e71 Didictateur <adrien.decosse@gmail.com> same header for alln
bb53e8 Didictateur <adrien.decosse@gmail.com> traduction en anglaisn
This commit is contained in:
parent
1fde29fe48
commit
6fe6c628c2
1 changed files with 12 additions and 12 deletions
|
|
@ -4,20 +4,20 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<title>Cours — Adrien Decosse</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<div class="container">
|
||||
<a class="brand" href="index.html">Decosse Adrien</a>
|
||||
<a class="brand" href="../index.html">Decosse Adrien</a>
|
||||
<nav class="nav" aria-label="Main navigation">
|
||||
<a href="index.html" data-i18n="nav.home"></a>
|
||||
<a href="syllabus.html" data-i18n="nav.syllabus"></a>
|
||||
<a href="cours.html" data-i18n="nav.cours"></a>
|
||||
<a href="riichi.html" data-i18n="nav.riichi"></a>
|
||||
<a href="croco.html" data-i18n="nav.croco"></a>
|
||||
<a id="cv-download" href="Decosse_Adrien_CV.pdf" download data-i18n="nav.cv"></a>
|
||||
<a href="../index.html" data-i18n="nav.home"></a>
|
||||
<a href="../syllabus.html" data-i18n="nav.syllabus"></a>
|
||||
<a href="index.html" data-i18n="nav.cours"></a>
|
||||
<a href="../riichi.html" data-i18n="nav.riichi"></a>
|
||||
<a href="../croco.html" data-i18n="nav.croco"></a>
|
||||
<a id="cv-download" href="../Decosse_Adrien_CV.pdf" download data-i18n="nav.cv"></a>
|
||||
<span style="margin-left:12px">
|
||||
<a href="#" class="lang-toggle" data-lang="fr">FR</a>
|
||||
<span style="opacity:0.6; margin:0 6px">|</span>
|
||||
|
|
@ -31,10 +31,10 @@
|
|||
<section class="main-card markdown-content">
|
||||
<h1>Répertoire des développements</h1>
|
||||
|
||||
<p><a href="cours/MasterTheorem.html">Master Theorem</a></p>
|
||||
<p><a href="cours/GlushkovDeterministe.html">Glushkov déterministe</a></p>
|
||||
<p><a href="cours/CYK.html">Cocke-Younger-Kasami</a></p>
|
||||
<p><a href="cours/6piles/index.html">File avec 6 piles</a></p>
|
||||
<p><a href="./MasterTheorem.html">Master Theorem</a></p>
|
||||
<p><a href="./GlushkovDeterministe.html">Glushkov déterministe</a></p>
|
||||
<p><a href="./CYK.html">Cocke-Younger-Kasami</a></p>
|
||||
<p><a href="./6piles/index.html">File avec 6 piles</a></p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Loading…
Reference in a new issue