header cours

This commit is contained in:
Didictateur 2025-11-18 15:59:51 +01:00
parent 9e8002e3f2
commit e20e7d25ea

View file

@ -1,23 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="utf-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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 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> <title>Cours — Adrien Decosse</title>
</head> </head>
<body> <body>
<header class="site-header"> <header class="site-header">
<div class="container"> <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"> <nav class="nav" aria-label="Main navigation">
<a href="../index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="../syllabus.html">Syllabus</a> <a href="../syllabus.html">Syllabus</a>
<a href="index.html">Cours</a> <a href="index.html" aria-current="page">Cours</a>
<a href="../riichi/index.html">Riichi</a> <a href="../riichi/index.html">Riichi</a>
<a href="../croco.html">Crocoloop</a> <a href="../croco.html">Crocoloop</a>
</nav> </nav>
</div> </div>
</header> </header>
@ -29,9 +29,6 @@
<p><a href="./GlushkovDeterministe.html">Glushkov déterministe</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="./CYK.html">Cocke-Younger-Kasami</a></p>
<p><a href="./6piles/index.html">File avec 6 piles</a></p> <p><a href="./6piles/index.html">File avec 6 piles</a></p>
<script src="https://morgan3d.github.io/markdeep/latest/markdeep.min.js?" charset="utf-8"></script>
<script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
</section> </section>
</main> </main>