Recovered working tree from broken-local at 2025-11-22T13:03+01:00\n\nOriginal local commits:\n\nce95d8f98ed16f9498b115beaa9a3be112f90679 Merge branch 'main' of github:Didictateur/website
fd48e71db8f8eccc9425bf0fb8cd1b1167b0e3aa same header for all b0b53e8bab978e95e624a955fc7552e106286d1c traduction en anglais
This commit is contained in:
parent
1fde29fe48
commit
267f32ddb3
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