|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>On fait des crêpes ?</title>
|
|
<link rel="stylesheet" href="style.css" media="all" />
|
|
</head>
|
|
<body>
|
|
<div class="flex-container">
|
|
<div id="recette" class="flex-item"><h3>Ingrédients pour la recette :</h3></div>
|
|
<div id="ingredients" class="flex-item"><h3>Ingrédients sous la main :</h3></div>
|
|
</div>
|
|
<pre id="console"></pre>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|