Files
__html_css_js/public/0_index_empty.html
vincent_b 1c1f514531 0_intro
2025-10-17 00:18:16 +02:00

18 lines
491 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<style>
a { background: red; }
</style>
</head>
<body>
<p>Je peux voir le code source de la page en faisant <code class="key">CTRL+U</code> ou <code class="key">CTRL+MAJ+I</code></p>
<a href="0_intro.html#back_from_index_empty">Retour à 0_intro.html</a>
</body>
</html>