Initial CookieCode MVP

This commit is contained in:
2026-07-21 22:12:43 +02:00
commit 5a388d3d60
10 changed files with 1266 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CookieCode - Demo</title>
</head>
<body>
<main>
<h1>CookieCode</h1>
<p>Une recette devient un programme : les ingredients sont des variables, les actions sont des fonctions.</p>
<div id="app" aria-live="polite"></div>
</main>
<script src="../dist/cookiecode.js"></script>
<script src="./demo.js"></script>
</body>
</html>